2024-09-13 22:47:50 +00:00
|
|
|
services:
|
|
|
|
confetti-api:
|
2024-09-14 05:31:08 +00:00
|
|
|
container_name: confetti-api
|
2024-09-13 22:47:50 +00:00
|
|
|
image: gitea.rannes.dev/rannes.dev/confetti-api:main
|
|
|
|
ports:
|
2024-09-14 05:08:07 +00:00
|
|
|
- 7070:7070
|
2024-09-13 22:51:29 +00:00
|
|
|
restart: always
|
2024-09-14 05:27:29 +00:00
|
|
|
networks:
|
|
|
|
- traefik-proxy
|
2024-09-13 22:51:29 +00:00
|
|
|
labels:
|
|
|
|
- traefik.enable=true
|
2024-09-14 05:15:21 +00:00
|
|
|
- traefik.http.routers.confetti-apiRouter.rule=Host(`confetti.rannes.dev`)
|
|
|
|
- traefik.http.services.confetti-apiService.loadbalancer.server.port=7070
|
2024-09-14 05:26:21 +00:00
|
|
|
- traefik.http.routers.confetti-apiRouter.service=confetti-apiService
|
2024-09-14 05:15:21 +00:00
|
|
|
- traefik.http.routers.confetti-apiRouter.tls=true
|
|
|
|
- traefik.http.routers.confetti-apiRouter.entryPoints=https
|
2024-09-14 05:56:58 +00:00
|
|
|
- traefik.http.routers.confetti-apiRouter.middlewares=corsGet@docker
|
2024-09-14 05:27:29 +00:00
|
|
|
|
|
|
|
networks:
|
|
|
|
traefik-proxy:
|
|
|
|
external: true
|