Compare commits

..

6 Commits

Author SHA1 Message Date
71b0e584e8 test port fixup 2025-11-30 22:05:09 +01:00
3e4bdb2f36 test port fixup 2025-11-30 21:40:48 +01:00
43483aab76 test port fixup 2025-11-30 21:38:16 +01:00
a0e8140c06 remov wrong info 2025-11-30 21:18:07 +01:00
df42c3fc4c add traefik config for hpb 2025-11-30 21:08:14 +01:00
1e933a4421 add Nextcloud Talk HPB single instance support 2025-11-30 20:47:48 +01:00
3 changed files with 19 additions and 1 deletions

View File

@ -166,4 +166,8 @@ COMPOSE_FILE="compose.yml"
## Garage
#COMPOSE_FILE="$COMPOSE_FILE:compose.garage.yml"
#GARAGE_RPC_ENABLED=1
#GARAGE_RPC_ENABLED=1
## Nextcloud Talk HPB
#COMPOSE_FILE="$COMPOSE_FILE:compose.nextcloud-talk-hpb.yml"
#NEXTCLOUD_TALK_HPB_ENABLED=1

View File

@ -0,0 +1,8 @@
version: "3.8"
services:
app:
environment:
- NEXTCLOUD_TALK_HPB_ENABLED
ports:
- "3478:3478/udp"
- "3478:3478/tcp"

View File

@ -90,6 +90,12 @@ entrypoints:
matrix-federation:
address: ":9001"
{{ end }}
{{ if eq (env "NEXTCLOUD_TALK_HPB_ENABLED") "1" }}
nextcloud-talk-hpb:
address: ":3478"
nextcloud-talk-hpb-udp:
address: ":3478/udp"
{{ end }}
ping:
entryPoint: web