confetti-api/docker-compose.yaml

13 lines
514 B
YAML
Raw Normal View History

2024-09-13 22:47:50 +00:00
services:
confetti-api:
image: gitea.rannes.dev/rannes.dev/confetti-api:main
ports:
2024-09-13 22:56:43 +00:00
- 8020:8080
2024-09-13 22:51:29 +00:00
restart: always
labels:
- traefik.enable=true
- traefik.http.routers.confetti-api.rule=Host(`confetti.rannes.dev`)
2024-09-13 23:03:22 +00:00
- 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