release fix
This commit is contained in:
@@ -2,14 +2,14 @@ services:
|
|||||||
digifi-core:
|
digifi-core:
|
||||||
image: "registry.simbrellang.net/digifi/banktoproductcore:latest"
|
image: "registry.simbrellang.net/digifi/banktoproductcore:latest"
|
||||||
build:
|
build:
|
||||||
dockerfile: core/Dockerfile
|
dockerfile: Dockerfile
|
||||||
env_file:
|
env_file:
|
||||||
- .env.core
|
- .env.core
|
||||||
ports:
|
ports:
|
||||||
- "4500"
|
- "4500"
|
||||||
environment:
|
environment:
|
||||||
- FLASK_APP=wsgi.py
|
- FLASK_APP=wsgi.py
|
||||||
- FLASK_ENV=development
|
- FLASK_ENV=production
|
||||||
#- DATABASE_URL=postgresql+psycopg2://${DATABASE_USER}:${DATABASE_PASSWORD}@${DATABASE_HOST}:${DATABASE_PORT}/${DATABASE_NAME}
|
#- DATABASE_URL=postgresql+psycopg2://${DATABASE_USER}:${DATABASE_PASSWORD}@${DATABASE_HOST}:${DATABASE_PORT}/${DATABASE_NAME}
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
|
|||||||
Reference in New Issue
Block a user