From b432503ac9c8557b2d60a7235a946c676711d168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=BCller?= Date: Sat, 18 Feb 2023 13:30:57 +0100 Subject: [PATCH] Update Docker config --- Dockerfile | 2 +- docker-compose.yml.example | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c48fc11..9f6c120 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-alpine +FROM python:3.10-alpine RUN adduser -S fabcal diff --git a/docker-compose.yml.example b/docker-compose.yml.example index 36af45d..678060f 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -7,7 +7,9 @@ services: ports: - 5000:5000 environment: - - CALENDAR_URL=webcal://some.host/somecal + - FABCAL_CACHE_EXPIRE=120 + volumes: + - ./config.yml:/app/config.yml # use the line below when running this behind reverse proxy (only if it sets the proxy headers, though) #command: --proxy-headers --forwarded-allow-ips="*"