feat(status): add public repair status page

This commit is contained in:
Schubert Ferenc 2026-07-04 21:06:43 +02:00
parent a284bbc188
commit efdc4d5be1
6 changed files with 425 additions and 4 deletions

View file

@ -15,6 +15,8 @@ services:
AUTH_COOKIE_SECURE: ${AUTH_COOKIE_SECURE:-false}
OLYMPUS_INTAKE_API_URL: ${OLYMPUS_INTAKE_API_URL:-}
OLYMPUS_INTAKE_API_TOKEN: ${OLYMPUS_INTAKE_API_TOKEN:-}
OLYMPUS_PUBLIC_STATUS_API_URL: ${OLYMPUS_PUBLIC_STATUS_API_URL:-}
OLYMPUS_PUBLIC_STATUS_API_TOKEN: ${OLYMPUS_PUBLIC_STATUS_API_TOKEN:-}
DOCKER_ENV: "true"
volumes:
- funktechnik-data:/app/data