This repository has been archived on 2023-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
meincantor-api/docker-compose.yml

15 lines
476 B
YAML
Executable File

version: "3.1"
services:
api:
image: registry.cantorgymnasium.de/cantortechnik/meincantor-api
restart: always
ports:
- 8000:8000
environment:
IW_TIMETABLE: https://stundenplan24.de/EXAMPLE_SCHOOL/mobil/mobdaten
IW_TIMETABLE_USER: EXAMPLE_USER
IW_TIMETABLE_PASSWORD: EXAMPLE_PASSWORD
OIDC_USERINFO: https://keycloak.example.com/auth/realms/EXAMPLE_REALM/protocol/openid-connect/userinfo
volumes:
- ./static:/app/static