Files
yttrx-welcomebot/docker-compose.yml
T
2026-07-06 13:42:39 -07:00

18 lines
429 B
YAML

# version pinned for docker-compose v1.29.2 on admin.yttrx.com
version: "3.8"
services:
welcomebot:
image: gitea.blairhaus.net/pmb/yttrx-welcomebot:latest
container_name: yttrx-welcomebot
restart: unless-stopped
env_file: .env
# Bind to localhost only; nginx terminates TLS and proxies to us.
ports:
- "127.0.0.1:8087:8000"
volumes:
- welcomebot-data:/data
volumes:
welcomebot-data: