production/docker/stats/docker-compose.yml

23 lines
647 B
YAML
Raw Permalink Normal View History

2024-06-13 16:15:29 +00:00
services:
stats:
build:
context: ../../repo/stats
networks:
- default
- traefik
labels:
- traefik.enable=true
2024-06-14 10:56:18 +00:00
- traefik.http.routers.R1.rule=Host(`yuuk1.tk`)
- traefik.http.routers.R1.entryPoints=websecure
- traefik.http.routers.R1.tls=true
- traefik.http.routers.R1.tls.certResolver=letsencrypt
2024-06-23 21:40:48 +00:00
- traefik.http.routers.R1.tls.domains[0].main=yuuk1.tk
- traefik.http.routers.R1.tls.domains[0].sans=*.yuuk1.tk
2024-06-14 10:56:18 +00:00
- traefik.http.routers.R1.service=S1
- traefik.http.services.S1.loadbalancer.server.port=8000
2024-06-13 16:15:29 +00:00
networks:
traefik:
external: true
name: traefik