12 lines
288 B
YAML
12 lines
288 B
YAML
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
|