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
labels:
- "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:
image: certbot/certbot:latest
volumes:
@ -58,4 +55,7 @@ volumes:
app_run:
driver: local
networks:
appnet:
appnet:
external: false
proxy:
external: true