extra host added
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ SQLALCHEMY_DATABASE_URI_FULL="oracle+oracledb://FIRSTADVSTG:Pchanged_56789@10.2.
|
|||||||
KAFKA_BROKER="10.2.110.20:9082"
|
KAFKA_BROKER="10.2.110.20:9082"
|
||||||
|
|
||||||
#Bank Calls =====================================================================
|
#Bank Calls =====================================================================
|
||||||
SIMBRELLA_BASE_URL="https://bank-emulator.dev.simbrellang.net"
|
SIMBRELLA_BASE_URL="https://first-advance-middleware-develop.fbn-devops-dev-asenv.appserviceenvironment.net"
|
||||||
SIMBRELLA_APP_ID="app1"
|
SIMBRELLA_APP_ID="app1"
|
||||||
SIMBRELLA_API_KEY="testtest-api-key-12345"
|
SIMBRELLA_API_KEY="testtest-api-key-12345"
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,9 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- FLASK_APP=wsgi.py
|
- FLASK_APP=wsgi.py
|
||||||
- FLASK_ENV=production
|
- FLASK_ENV=production
|
||||||
#- SQLALCHEMY_DATABASE_URI_FULL="oracle+oracledb://FIRSTADVSTG:Pchanged_56789@10.2.110.30:1521/?service_name=firstadv"
|
extra_hosts:
|
||||||
|
- first-advance-middleware-develop.fbn-devops-dev-asenv.appserviceenvironment.net:10.230.42.11
|
||||||
|
#- SQLALCHEMY_DATABASE_URI_FULL="oracle+oracledb://FIRSTADVSTG:Pchanged_56789@10.2.110.30:1521/?service_name=firstadv"
|
||||||
# volumes:
|
# volumes:
|
||||||
# - .:/app
|
# - .:/app
|
||||||
#network_mode: "host" # Uses the host's network
|
#network_mode: "host" # Uses the host's network
|
||||||
@@ -29,6 +31,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
# - FLASK_APP=event_app.py
|
# - FLASK_APP=event_app.py
|
||||||
- FLASK_RUN_HOST=0.0.0.0
|
- FLASK_RUN_HOST=0.0.0.0
|
||||||
|
extra_hosts:
|
||||||
|
- first-advance-middleware-develop.fbn-devops-dev-asenv.appserviceenvironment.net:10.230.42.11
|
||||||
# volumes:
|
# volumes:
|
||||||
# - .:/app
|
# - .:/app
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user