diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..211908e --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,19 @@ +services: + api: + build: . + container_name: api + ports: + - "8080:8080" + environment: + - MYCPE_USERNAME=${MYCPE_USERNAME} + - MYCPE_PASSWORD=${MYCPE_PASSWORD} + + nginx: + image: ghcr.io/loan-mgt/10m-caching:latest + container_name: nginx + ports: + - "80:80" + depends_on: + - api + environment: + - API_HOST=api:8080 # Pass the API host and port as an environment variable diff --git a/static/index.html b/static/index.html index cc8005b..30f5f11 100644 --- a/static/index.html +++ b/static/index.html @@ -183,7 +183,7 @@

The best way to stay up-to-date with your schedule using your personal calen

Available Calendars