This commit is contained in:
2026-03-13 13:22:46 +00:00
parent cf7b70b21e
commit 97a9f3fd9a
7 changed files with 571 additions and 35 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
services:
botupdateserver:
image: slfhstd.uk/slfhstd/botupdateserver:latest
image: slfhstd.uk/slfhstd/botupdateserver:dev
container_name: botupdateserver
ports:
- "5000:5000"
- "5555:5555"
- "5566:5566"
volumes:
- ./versions/versions.json:/app/versions.json
restart: unless-stopped