v1.0.0
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user