bug fixes after android tes
All checks were successful
Build and Push Madplaner / build (push) Successful in 25s
All checks were successful
Build and Push Madplaner / build (push) Successful in 25s
This commit is contained in:
@@ -39,12 +39,12 @@ services:
|
||||
ports:
|
||||
- "${HOST_PORT:-80}:5000"
|
||||
volumes:
|
||||
# sqlite DB lives here
|
||||
# sqlite DB bor her
|
||||
- ./instance:/app/instance
|
||||
environment:
|
||||
- FLASK_ENV=production
|
||||
- OPENROUTER_API_KEY=${OPENROUTER_API_KEY}
|
||||
- OPENROUTER_MODEL= ${OPENROUTER_MODEL}
|
||||
- OPENROUTER_MODEL=${OPENROUTER_MODEL}
|
||||
- SECRET_KEY=${SECRET_KEY}
|
||||
# Udfyldes kun hvis der skal vises link til klidekode på forsiden
|
||||
- SOURCECODE_LINK=${SOURCECODE_LINK}
|
||||
|
||||
Reference in New Issue
Block a user