apache config files hinzugefügt, Readme angepasst
This commit is contained in:
36
docker-compose.yml
Normal file
36
docker-compose.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
services:
|
||||
nc-talk:
|
||||
container_name: talk_hpb
|
||||
image: ghcr.io/nextcloud-releases/aio-talk:latest
|
||||
init: true
|
||||
ports:
|
||||
- 3487:3478/tcp
|
||||
- 3487:3478/udp
|
||||
- 8181:8081/tcp
|
||||
|
||||
environment:
|
||||
- NC_DOMAIN=nextcloud.example.tld
|
||||
- TALK_HOST=signal.example.tld
|
||||
- TURN_SECRET=BBBBBB
|
||||
|
||||
- SIGNALING_SECRET=CCCCCC
|
||||
- TZ=Europe/Berlin
|
||||
- TALK_PORT=3478
|
||||
- INTERNAL_SECRET=AAAAAA
|
||||
restart: unless-stopped
|
||||
|
||||
aio-talk-recording:
|
||||
container_name: talk_record
|
||||
image: nextcloud/aio-talk-recording:latest
|
||||
|
||||
environment:
|
||||
- HPB_DOMAIN=signal.example.tld
|
||||
- HPB_PATH=
|
||||
- NC_DOMAIN=nextcloud.example.tld
|
||||
- RECORDING_SECRET=DDDDDD
|
||||
- INTERNAL_SECRET=AAAAAA
|
||||
|
||||
- TZ=Europe/Berlin
|
||||
ports:
|
||||
- 127.0.0.1:1234:1234
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user