# 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: