# Zabbix Connection for local Docker Compose profile (zabbix-local) # Use the contents of this file in your .env or pass them to docker compose # when running with 'docker compose --profile zabbix-local up' # Internal URL for the API to connect to the local Zabbix container ZABBIX_BASE_URL=http://zabbix-web:8080/ # Note: After Zabbix starts, you must log in to http://localhost:8080 (Admin/zabbix) # and create an API token to use as ZABBIX_PRIVILEGE_ESCALATION_TOKEN. ZABBIX_PRIVILEGE_ESCALATION_TOKEN=your-newly-created-zabbix-token