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