docker compose
This commit is contained in:
@@ -3,8 +3,10 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
REPO_URL: "https://github.com/dein-user/dein-flask-repo.git"
|
REPO_URL: "https://gitea.johannesbot.de/HURENSOHN/Pattern-Wars.git"
|
||||||
container_name: flask_app
|
container_name: flask_app
|
||||||
|
volumes:
|
||||||
|
- ".:/app"
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user