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
Raw Normal View History

version: "3.1"
services:
2021-12-17 11:31:46 +01:00
api:
image: registry.cantorgymnasium.de/cantortechnik/meincantor-api
2021-12-17 11:31:46 +01:00
restart: always
ports:
- 8000:8000
2021-12-17 11:31:46 +01:00
environment:
IW_TIMETABLE: https://stundenplan24.de/EXAMPLE_SCHOOL/mobil/mobdaten
2021-12-17 11:31:46 +01:00
IW_TIMETABLE_USER: EXAMPLE_USER
IW_TIMETABLE_PASSWORD: EXAMPLE_PASSWORD
OIDC_USERINFO: https://keycloak.example.com/auth/realms/EXAMPLE_REALM/protocol/openid-connect/userinfo
2021-12-18 17:02:15 +01:00
volumes:
- ./static:/app/static