This commit is contained in:
2026-03-13 11:49:17 +00:00
parent 3e5ae6d5d1
commit cf7b70b21e
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
botupdateserver:
image: slfhstd.uk/slfhstd/botupdateserver:latest
container_name: botupdateserver
ports:
- "5000:5000"
volumes:
- ./versions/versions.json:/app/versions.json
restart: unless-stopped
environment:
- FLASK_ENV=production