16 lines
371 B
Plaintext
16 lines
371 B
Plaintext
version: "2"
|
|
|
|
services:
|
|
fabcal:
|
|
build: .
|
|
restart: unless-stopped
|
|
ports:
|
|
- 5000:5000
|
|
environment:
|
|
- FABCAL_CACHE_EXPIRE=120
|
|
volumes:
|
|
- ./config.yml:/app/config.yml:ro
|
|
# use the line below when running this behind reverse proxy (only if it sets the proxy headers, though)
|
|
#command: --proxy-headers --forwarded-allow-ips="*"
|
|
|