Update readme to describe host-ports mode
This commit is contained in:
@ -12,3 +12,6 @@ COMPOSE_FILE="compose.yml"
|
|||||||
|
|
||||||
## Web client
|
## Web client
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.mumbleweb.yml"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.mumbleweb.yml"
|
||||||
|
|
||||||
|
## Host-port mode
|
||||||
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.host-ports.yml"
|
||||||
|
|||||||
21
README.md
21
README.md
@ -50,6 +50,27 @@ overlay. To enable it:
|
|||||||
2. `abra app deploy <YOURAPPDOMAIN> --force`
|
2. `abra app deploy <YOURAPPDOMAIN> --force`
|
||||||
3. Open `https://<YOURAPPDOMAIN>` in a browser
|
3. Open `https://<YOURAPPDOMAIN>` in a browser
|
||||||
|
|
||||||
|
|
||||||
|
## Host-Port Mode
|
||||||
|
|
||||||
|
Instead of modifying the Traefik config,
|
||||||
|
you can alternatively deploy Mumble with compose.host-ports.yml,
|
||||||
|
and it will bind directly to the host server ports 64738 and 64739,
|
||||||
|
bypassing Traefik.
|
||||||
|
|
||||||
|
Note this doesn't work in multinode setups, but does work when deployed to a single server.
|
||||||
|
|
||||||
|
With this compose file, you can deploy mumble without any changes to the Traefik config:
|
||||||
|
|
||||||
|
1. `abra app config <YOURAPPDOMAIN>` — uncomment the line:
|
||||||
|
```
|
||||||
|
COMPOSE_FILE="$COMPOSE_FILE:compose.host-ports.yml"
|
||||||
|
```
|
||||||
|
2. `abra app deploy <YOURAPPDOMAIN>`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[`abra`]: https://git.coopcloud.tech/coop-cloud/abra
|
[`abra`]: https://git.coopcloud.tech/coop-cloud/abra
|
||||||
[`coop-cloud/traefik`]: https://git.coopcloud.tech/coop-cloud/traefik
|
[`coop-cloud/traefik`]: https://git.coopcloud.tech/coop-cloud/traefik
|
||||||
[Mumble client]:(https://www.mumble.info/downloads/)
|
[Mumble client]:(https://www.mumble.info/downloads/)
|
||||||
|
|||||||
Reference in New Issue
Block a user