fabcal/docker-compose.yml.example

16 lines
368 B
Plaintext

version: "2"
services:
fabcal:
build: .
restart: unless-stopped
ports:
- 5000:5000
environment:
- 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="*"