Files
UpdateServer/docker-compose.yml
T

13 lines
305 B
YAML
Raw Permalink Normal View History

2026-03-13 11:49:17 +00:00
services:
botupdateserver:
2026-03-13 13:22:46 +00:00
image: slfhstd.uk/slfhstd/botupdateserver:dev
2026-03-13 11:49:17 +00:00
container_name: botupdateserver
ports:
2026-03-13 13:22:46 +00:00
- "5555:5555"
- "5566:5566"
2026-03-13 11:49:17 +00:00
volumes:
- ./versions/versions.json:/app/versions.json
restart: unless-stopped
environment:
- FLASK_ENV=production