Files
yttrx-welcomebot/docker-compose.yml
T

18 lines
383 B
YAML

# version pinned for docker-compose v1.29.2 on admin.yttrx.com
version: "3.8"
services:
welcomebot:
build: .
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: