---
version: "2"
services:
bloonix_agent:
image: strausmann/bloonix_agent:latest
container_name: bloonix_agent
restart: no
environment:
- BLOONIX_AGENT_SERVER_SSL_VERIFY_MODE=none
- BLOONIX_AGENT_SERVER_HOST=example_bloonix_server # The host to connect to the bloonix server.
- BLOONIX_AGENT_HOST1_PASSWORD=[Insert the HOST PASSWORD here] # This is the password for the given host id. You can find the password in the Bloonix WebGUI. The agent must be authorized to send data for the given host id.
- BLOONIX_AGENT_HOST1_ID=[Insert the HOST ID here] # This is the host id for which the agent executes the checks and collects the statistic data. You can find the host id in the Bloonix WebGUI.
volumes:
- /host/path/to/etc/timezone:/etc/timezone:ro
- /host/path/to/etc/localtime:/etc/localtime:ro