homelab/bxl-shp/apps/docker-compose.baikal.yaml

24 lines
686 B
YAML
Raw Permalink Normal View History

2023-09-26 09:53:42 +02:00
services:
baikal:
container_name: baikal
image: ckulka/baikal:nginx
restart: unless-stopped
2023-09-26 09:53:42 +02:00
environment:
- TZ=Europe/Paris
volumes:
- $DATA/baikal/config:/var/www/baikal/config
- $DATA/baikal/data:/var/www/baikal/Specific
labels:
- "traefik.enable=true"
- "traefik.http.routers.baikal.rule=Host(`baikal.bxl.bhasher.com`)"
- "traefik.http.services.baikal.loadbalancer.server.port=80"
- "traefik.http.routers.baikal.tls=true"
- "traefik.http.routers.baikal.tls.certresolver=http"
- "traefik.http.routers.baikal.entrypoints=internalsecure,externalsecure"
networks:
- external
networks:
external:
external: true