ki-kennzahlen-coach/docker-compose.yml
Qognio Bot Extract 1e3703ac4b init: extract ki-kennzahlen-coach from qognio-bot-widget-template@d2c816f
Source files (src/) and rendered bundle (www/) extracted on 2026-04-29T01:35:47+02:00.
Adds nginx:alpine Dockerfile + docker-compose.yml (Caddy-labels) so the bot
runs stand-alone or as a per-customer template clone.

Parent monorepo commit: d2c816f3edbc9760802a11b29ff4151c7aad4b46
Bot version: 2026-04-25
2026-04-29 01:35:47 +02:00

20 lines
606 B
YAML

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