services: ukhorsecremations.co.uk-web: container_name: ukhorsecremations.co.uk-web build: . restart: unless-stopped labels: - traefik.enable=true - traefik.docker.network=proxy - traefik.http.routers.ukhorsecremations-co-uk.rule=Host(`ukhorsecremations-co-uk.web1.phatkoala.net`) - traefik.http.services.ukhorsecremations-co-uk.loadbalancer.server.port=3000 - traefik.http.routers.ukhorsecremations-co-uk.middlewares=basic-auth@file networks: - proxy networks: proxy: external: true