Update Docker config

This commit is contained in:
Fabian Müller 2023-02-18 13:30:57 +01:00
parent 00b74e8782
commit b432503ac9
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.8-alpine
FROM python:3.10-alpine
RUN adduser -S fabcal

View File

@ -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="*"