# Stand-alone bot container. # Designed for the "caddy" external network on the bot host (qognio pattern). # Override the hostname via SLUG env var if you reuse this template per customer. services: bot: build: . image: qognio/bot-vestigia-ai-act-auditor:${TAG:-latest} container_name: bot-vestigia-ai-act-auditor restart: unless-stopped networks: - caddy labels: caddy: "vestigia-ai-act-auditor.on.qognio.com" caddy.reverse_proxy: "{{upstreams 80}}" qognio.bot.slug: "vestigia-ai-act-auditor" qognio.bot.version: "2026-04-25" networks: caddy: external: true