docker compose
This commit is contained in:
parent
5d75d80a87
commit
70c65fa178
1 changed files with 2 additions and 1 deletions
|
|
@ -4,10 +4,11 @@ services:
|
||||||
web:
|
web:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5555:5000"
|
||||||
environment:
|
environment:
|
||||||
- FLASK_ENV=development
|
- FLASK_ENV=development
|
||||||
- FLASK_DEBUG=1
|
- FLASK_DEBUG=1
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
command: uv run python web_solve.py
|
command: uv run python web_solve.py
|
||||||
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue