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=Host(`xn--fiqa592br0dm3gfp6c.com`, `www.xn--fiqa592br0dm3gfp6c.com`) - traefik.http.routers.hfbz-nginx.entrypoints=web networks: - traefik