confetti-api/docker-compose.yaml
hook-lord 4bad95826b
All checks were successful
Build and Push / build (push) Successful in 1m32s
updated tls and middleware
2024-09-14 01:03:22 +02:00

13 lines
514 B
YAML

services:
confetti-api:
image: gitea.rannes.dev/rannes.dev/confetti-api:main
ports:
- 8020:8080
restart: always
labels:
- traefik.enable=true
- traefik.http.routers.confetti-api.rule=Host(`confetti.rannes.dev`)
- traefik.http.services.confetti-api.loadbalancer.server.port=8020
- traefik.http.routers.jellyfinrouter.tls=true
- traefik.http.routers.jellyfinrouter.entryPoints=https
- traefik.http.routers.jellyfinrouter.middlewares=crowdsec-bouncer@docker