diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..3593ee3 --- /dev/null +++ b/docker-compose.yml @@ -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 \ No newline at end of file