fix&refactor: correct port mapping in docker-compose and set fixed port in main.py
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
||||
context: ..
|
||||
dockerfile: monitor/Dockerfile
|
||||
ports:
|
||||
- "${FLASK_PORT:-8080}:${FLASK_PORT:-8080}"
|
||||
- "${FLASK_PORT:-8080}:8080"
|
||||
volumes:
|
||||
- ../evaluation_examples:/app/evaluation_examples
|
||||
- ../results_operator_aws:/app/results_operator_aws
|
||||
|
||||
Reference in New Issue
Block a user