Added event composer
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
services:
|
||||
digifi-core:
|
||||
image: "registry.simbrellang.net/digifi/banktoproductcore:latest"
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
# build:
|
||||
# dockerfile: Dockerfile
|
||||
env_file:
|
||||
- .env.core
|
||||
ports:
|
||||
@@ -10,9 +10,10 @@ services:
|
||||
environment:
|
||||
- FLASK_APP=wsgi.py
|
||||
- FLASK_ENV=production
|
||||
#- DATABASE_URL=postgresql+psycopg2://${DATABASE_USER}:${DATABASE_PASSWORD}@${DATABASE_HOST}:${DATABASE_PORT}/${DATABASE_NAME}
|
||||
- SQLALCHEMY_DATABASE_URI_FULL="oracle+oracledb://FIRSTADVSTG:Pchanged_56789@10.2.110.30:1521/?service_name=firstadv"
|
||||
volumes:
|
||||
- .:/app
|
||||
#network_mode: "host" # Uses the host's network
|
||||
restart: always
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user