services: pwf-prod: build: . container_name: pwf-prod restart: unless-stopped labels: - "traefik.enable=true" - "traefik.http.routers.pwf.rule=Host(`pilateswithfadia.com`) || Host(`www.pilateswithfadia.com`)" - "traefik.http.services.pwf.loadbalancer.server.port=5000" networks: - traefik-public healthcheck: test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:5000/"] interval: 30s timeout: 10s retries: 3 networks: traefik-public: external: true