china-genshin-impact-high-s.../docker-compose.yml
thehrz ac7c0979c9
All checks were successful
CI / deploy (push) Successful in 1m20s
ci: add gitea actions file
2024-08-18 22:42:33 +08:00

19 lines
392 B
YAML

version: "3.8"
networks:
traefik:
name: traefik
external: true
services:
nginx:
build: .
container_name: hfbz-nginx
restart: always
labels:
- traefik.enable=true
- traefik.http.routers.hfbz-nginx.rule=HostRegexp(`^(www\.)?xn--fiqa592br0dm3gfp6c\.com$`)
- traefik.http.routers.hfbz-nginx.entrypoints=web,websecure
networks:
- traefik