diff --git a/docker-compose.yml b/docker-compose.yml index d50f9c0..a8582ab 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,6 +25,12 @@ services: - backend networks: - app-network + 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" networks: app-network: