update docker-compose configuration to remove Traefik router rules and adjust network settings

This commit is contained in:
2025-08-06 02:45:10 +03:00
parent 9180bfb719
commit 84e7c7866f

View File

@ -40,9 +40,6 @@ services:
- proxy - proxy
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.crm.rule=Host(`crm.logidex.ru`)"
- "traefik.http.routers.crm.entrypoints=websecure"
- "traefik.http.routers.crm.tls=true"
certbot: certbot:
image: certbot/certbot:latest image: certbot/certbot:latest
volumes: volumes:
@ -59,3 +56,6 @@ volumes:
driver: local driver: local
networks: networks:
appnet: appnet:
external: false
proxy:
external: true