production/docker/stats/docker-compose.yml
2024-06-14 10:56:18 +00:00

20 lines
523 B
YAML

services:
stats:
build:
context: ../../repo/stats
networks:
- default
- traefik
labels:
- traefik.enable=true
- 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
- traefik.http.routers.R1.service=S1
- traefik.http.services.S1.loadbalancer.server.port=8000
networks:
traefik:
external: true
name: traefik