fie fixced
This commit is contained in:
@@ -11,8 +11,8 @@ services:
|
||||
- FLASK_APP=wsgi.py
|
||||
- FLASK_ENV=production
|
||||
#- SQLALCHEMY_DATABASE_URI_FULL="oracle+oracledb://FIRSTADVSTG:Pchanged_56789@10.2.110.30:1521/?service_name=firstadv"
|
||||
volumes:
|
||||
- .:/app
|
||||
# volumes:
|
||||
# - .:/app
|
||||
#network_mode: "host" # Uses the host's network
|
||||
restart: always
|
||||
networks:
|
||||
@@ -26,10 +26,10 @@ services:
|
||||
ports:
|
||||
- "5000:5000"
|
||||
environment:
|
||||
- FLASK_APP=app.py
|
||||
# - FLASK_APP=event_app.py
|
||||
- FLASK_RUN_HOST=0.0.0.0
|
||||
volumes:
|
||||
- .:/app
|
||||
# volumes:
|
||||
# - .:/app
|
||||
restart: always
|
||||
networks:
|
||||
- digifi-net
|
||||
|
||||
Reference in New Issue
Block a user