Fixes to compose file

This commit is contained in:
3wc 2021-08-16 02:30:46 +02:00
parent 0574d58a7c
commit a7bc0c6c01
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ services:
- "5000:5000" - "5000:5000"
environment: environment:
- "POSTGRES_CONNECTION_PARAMETERS=host=db port=5432 user=capsul password=capsul dbname=capsul" - "POSTGRES_CONNECTION_PARAMETERS=host=db port=5432 user=capsul password=capsul dbname=capsul"
- SPOKE_MODEL=shell-scripts - SPOKE_MODEL
#- FLASK_DEBUG=1 - FLASK_DEBUG
- BASE_URL=http://localhost:5000 - BASE_URL=http://localhost:5000
- ADMIN_PANEL_ALLOW_EMAIL_ADDRESSES=3wc.capsul@doesthisthing.work - ADMIN_PANEL_ALLOW_EMAIL_ADDRESSES=3wc.capsul@doesthisthing.work
- VIRSH_DEFAULT_CONNECT_URI=qemu:///system - VIRSH_DEFAULT_CONNECT_URI=qemu:///system