Update Docker config
This commit is contained in:
parent
00b74e8782
commit
b432503ac9
@ -1,4 +1,4 @@
|
||||
FROM python:3.8-alpine
|
||||
FROM python:3.10-alpine
|
||||
|
||||
RUN adduser -S fabcal
|
||||
|
||||
|
@ -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="*"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user