confetti-api/docker-compose.yaml
hook-lord 06be58ad98
All checks were successful
Build and Push / build (push) Successful in 1m31s
updated port
2024-09-14 00:56:43 +02:00

12 lines
441 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.routers.confetti-api.entrypoints=http
- traefik.http.routers.confetti-api.service=confetti-api
- traefik.http.services.confetti-api.loadbalancer.server.port=8020