diff --git a/docker-compose.yml b/docker-compose.yml index c8b858e..f86f5ca 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,9 +19,3 @@ services: - "80" depends_on: - backend - labels: - - "traefik.enable=true" - - "traefik.http.routers.psychologist.rule=Host(`irinaintegra.ru`) || Host(`www.irinaintegra.ru`)" - - "traefik.http.routers.psychologist.entrypoints=websecure" - - "traefik.http.routers.psychologist.tls.certresolver=letsencrypt" - - "traefik.http.services.psychologist.loadbalancer.server.port=80"