docker compose
This commit is contained in:
parent
6f774c7ae0
commit
502289e34c
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
|
||||||
|
services:
|
||||||
|
software-updater:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
args:
|
||||||
|
GIT_USER: ${GIT_USER}
|
||||||
|
GIT_EMAIL: ${GIT_EMAIL}
|
||||||
|
GIT_REMOTE: ${GIT_REMOTE}
|
||||||
|
ports:
|
||||||
|
- "9776:9776"
|
||||||
|
environment:
|
||||||
|
- FLASK_ENV=production
|
||||||
|
restart: always
|
Loading…
Reference in New Issue
Block a user