mirror of
https://github.com/mgrove36/ical-filter-proxy.git
synced 2026-03-03 01:47:07 +00:00
27 lines
735 B
YAML
27 lines
735 B
YAML
---
|
|
services:
|
|
ical-filter-proxy:
|
|
image: yungwood/ical-filter-proxy:latest
|
|
container_name: ical-filter-proxy
|
|
# # specify additional command arguments
|
|
# command: --debug
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./config.yaml:/app/config.yaml
|
|
restart: always
|
|
|
|
## the below example might be used with traefik docker provider
|
|
## https://doc.traefik.io/traefik/providers/docker/
|
|
# labels:
|
|
# traefik.enable: true
|
|
# traefik.http.routers.ical.rule: "Host(`ical.mydomain.com`)"
|
|
# traefik.http.routers.ical.entrypoints: web
|
|
# traefik.http.services.ical.loadbalancer.server.port: 8080
|
|
# networks:
|
|
# - traefik
|
|
# networks:
|
|
# traefik:
|
|
# name: traefik
|
|
# external: true
|