Added event composer

This commit is contained in:
CHIEFSOFT\ameye
2025-10-06 06:49:17 -04:00
parent be53d8a4c5
commit fbf30471f0
8 changed files with 396 additions and 4 deletions
+4 -3
View File
@@ -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