File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Documentação do Soketi
55[ https://docs.soketi.app/ ] ( https://docs.soketi.app/ )
66
77Docker image
8+
89[ quay.io/soketi/soketi] ( https://quay.io/repository/soketi/soketi?tab=info )
910
1011## Usage
@@ -14,9 +15,9 @@ Ajustar o endpoint do traefik no arquivo docker-compose.yml
1415``` yaml
1516 labels :
1617 - " traefik.enable=true"
17- - " traefik.http.routers.CONTAINER_NAME .rule=Host(`HOSTNAME `)"
18- - " traefik.http.routers.CONTAINER_NAME .entrypoints=websecure"
19- - " traefik.http.services.CONTAINER_NAME .loadbalancer.server.port=6001"
18+ - " traefik.http.routers.soketi .rule=Host(`soketi.yourdomain.online `)"
19+ - " traefik.http.routers.soketi .entrypoints=websecure"
20+ - " traefik.http.services.soketi .loadbalancer.server.port=6001"
2021 - " traefik.docker.network=production"
2122` ` `
2223
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ services:
1818 - ' 6001:6001'
1919 labels :
2020 - " traefik.enable=true"
21- - " traefik.http.routers.CONTAINER_NAME .rule=Host(`HOSTNAME `)"
22- - " traefik.http.routers.CONTAINER_NAME .entrypoints=websecure"
23- - " traefik.http.services.CONTAINER_NAME .loadbalancer.server.port=6001"
21+ - " traefik.http.routers.soketi .rule=Host(`soketi.yourdomain.online `)"
22+ - " traefik.http.routers.soketi .entrypoints=websecure"
23+ - " traefik.http.services.soketi .loadbalancer.server.port=6001"
2424 - " traefik.docker.network=production"
2525 networks :
2626 - applications
You can’t perform that action at this time.
0 commit comments