update docker-compose configuration to remove Traefik router rules and adjust network settings
This commit is contained in:
@ -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:
|
||||
@ -59,3 +56,6 @@ volumes:
|
||||
driver: local
|
||||
networks:
|
||||
appnet:
|
||||
external: false
|
||||
proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user