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