Private
Public Access
1
0

bug fixes after android tes
All checks were successful
Build and Push Madplaner / build (push) Successful in 25s

This commit is contained in:
2025-12-31 00:01:10 +01:00
parent 03f7d605c6
commit 349553443b
4 changed files with 10 additions and 7 deletions

View File

@@ -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}