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