diff --git a/docker-compose.yaml b/docker-compose.yaml index 25ca8ed..f87b057 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,11 +2,11 @@ services: confetti-api: image: gitea.rannes.dev/rannes.dev/confetti-api:main ports: - - 8080:8080 + - 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=8080 \ No newline at end of file + - traefik.http.services.confetti-api.loadbalancer.server.port=8020 \ No newline at end of file