9 lines
171 B
YAML
9 lines
171 B
YAML
|
|
services:
|
|
software-updater:
|
|
image: t0is/vat-software-updater:latest
|
|
ports:
|
|
- "9776:9776"
|
|
environment:
|
|
- FLASK_ENV=production
|
|
restart: always |