local core composer

This commit is contained in:
CHIEFSOFT\ameye
2025-09-30 06:46:42 -04:00
parent a0a74d1615
commit fdff4d7d23
6 changed files with 88 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
digifi-core:
image: "registry.simbrellang.net/digifi/banktoproductcore:latest"
build:
dockerfile: core/Dockerfile
env_file:
- .env.core
ports:
- "4500"
environment:
- FLASK_APP=wsgi.py
- FLASK_ENV=development
#- DATABASE_URL=postgresql+psycopg2://${DATABASE_USER}:${DATABASE_PASSWORD}@${DATABASE_HOST}:${DATABASE_PORT}/${DATABASE_NAME}
volumes:
- .:/app
restart: always