mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Yaml updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
6e1984c780
commit
d866b542ed
1 changed files with 4 additions and 1 deletions
|
|
@ -264,13 +264,14 @@ services:
|
||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
- RECORDING_SECRET
|
- RECORDING_SECRET
|
||||||
- INTERNAL_SECRET=${TALK_INTERNAL_SECRET}
|
- INTERNAL_SECRET=${TALK_INTERNAL_SECRET}
|
||||||
|
volumes:
|
||||||
|
- nextcloud_aio_talk_recording:/tmp:rw
|
||||||
shm_size: 2147483648
|
shm_size: 2147483648
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
profiles:
|
profiles:
|
||||||
- talk-recording
|
- talk-recording
|
||||||
read_only: true
|
read_only: true
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /tmp
|
|
||||||
- /conf
|
- /conf
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- NET_RAW
|
- NET_RAW
|
||||||
|
|
@ -397,6 +398,8 @@ volumes:
|
||||||
name: nextcloud_aio_onlyoffice
|
name: nextcloud_aio_onlyoffice
|
||||||
nextcloud_aio_redis:
|
nextcloud_aio_redis:
|
||||||
name: nextcloud_aio_redis
|
name: nextcloud_aio_redis
|
||||||
|
nextcloud_aio_talk_recording:
|
||||||
|
name: nextcloud_aio_talk_recording
|
||||||
nextcloud_aio_nextcloud_data:
|
nextcloud_aio_nextcloud_data:
|
||||||
name: nextcloud_aio_nextcloud_data
|
name: nextcloud_aio_nextcloud_data
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue