hermes-recruiter/docker-compose.yml

21 lines
594 B
YAML
Raw 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-hermes-recruiter:${TAG:-latest}
container_name: bot-hermes-recruiter
restart: unless-stopped
networks:
- caddy
labels:
caddy: "hermes-recruiter.on.qognio.com"
caddy.reverse_proxy: "{{upstreams 80}}"
qognio.bot.slug: "hermes-recruiter"
qognio.bot.version: "2026-04-26"
networks:
caddy:
external: true