Private
Public Access
1
0
Files
madplaner/compose.yml
Rasmus 349553443b
All checks were successful
Build and Push Madplaner / build (push) Successful in 25s
bug fixes after android tes
2025-12-31 00:01:10 +01:00

17 lines
465 B
YAML

services:
madplaner:
image: git.rasmusbendtsen.dk/rasmus/madplaner:latest
container_name: madplaner
restart: always
ports:
- "${HOST_PORT:-80}:5000"
volumes:
# sqlite DB lives here
- ./instance:/app/instance
environment:
- FLASK_ENV=production
- OPENROUTER_API_KEY=${OPENROUTER_API_KEY}
- OPENROUTER_MODEL=${OPENROUTER_MODEL}
- SECRET_KEY=${SECRET_KEY}
- SOURCECODE_LINK=${SOURCECODE_LINK}