deesk-coach/docker-compose.yml

21 lines
574 B
YAML
Raw Permalink Normal View History

# 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-deesk-coach:${TAG:-latest}
container_name: bot-deesk-coach
restart: unless-stopped
networks:
- caddy
labels:
caddy: "deesk-coach.on.qognio.com"
caddy.reverse_proxy: "{{upstreams 80}}"
qognio.bot.slug: "deesk-coach"
qognio.bot.version: "2026-04-24"
networks:
caddy:
external: true