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

@@ -1,5 +1,5 @@
services:
madplanerRasmusBendtsen:
madplaner:
image: git.rasmusbendtsen.dk/rasmus/madplaner:latest
container_name: madplaner
restart: always
@@ -11,6 +11,6 @@ services:
environment:
- FLASK_ENV=production
- OPENROUTER_API_KEY=${OPENROUTER_API_KEY}
- OPENROUTER_MODEL= ${OPENROUTER_MODEL}
- OPENROUTER_MODEL=${OPENROUTER_MODEL}
- SECRET_KEY=${SECRET_KEY}
- SOURCECODE_LINK=${SOURCECODE_LINK}