local core composer
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user