Yaml updates

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
szaimen 2024-11-06 15:18:27 +00:00 committed by Simon L.
parent ad32d0af9c
commit 4c83aac666

View file

@ -20,7 +20,7 @@ services:
condition: service_started
required: false
image: nextcloud/aio-apache:latest
user: 33
user: "33"
init: true
ports:
- ${APACHE_IP_BINDING}:${APACHE_PORT}:${APACHE_PORT}/tcp
@ -54,7 +54,7 @@ services:
nextcloud-aio-database:
image: nextcloud/aio-postgresql:latest
user: 999
user: "999"
init: true
expose:
- "5432"
@ -163,7 +163,7 @@ services:
nextcloud-aio-notify-push:
image: nextcloud/aio-notify-push:latest
user: 33
user: "33"
init: true
expose:
- "7867"
@ -186,7 +186,7 @@ services:
nextcloud-aio-redis:
image: nextcloud/aio-redis:latest
user: 999
user: "999"
init: true
expose:
- "6379"
@ -202,7 +202,7 @@ services:
nextcloud-aio-collabora:
image: nextcloud/aio-collabora:latest
user: 100
user: "100"
init: true
expose:
- "9980"
@ -224,7 +224,7 @@ services:
nextcloud-aio-talk:
image: nextcloud/aio-talk:latest
user: 1000
user: "1000"
init: true
ports:
- ${TALK_PORT}:${TALK_PORT}/tcp
@ -255,7 +255,7 @@ services:
nextcloud-aio-talk-recording:
image: nextcloud/aio-talk-recording:latest
user: 122
user: "122"
init: true
expose:
- "1234"
@ -277,7 +277,7 @@ services:
nextcloud-aio-clamav:
image: nextcloud/aio-clamav:latest
user: 100
user: "100"
init: false
expose:
- "3310"
@ -318,7 +318,7 @@ services:
nextcloud-aio-imaginary:
image: nextcloud/aio-imaginary:latest
user: 65534
user: "65534"
init: true
expose:
- "9000"
@ -362,7 +362,7 @@ services:
nextcloud-aio-whiteboard:
image: nextcloud/aio-whiteboard:latest
user: 65534
user: "65534"
init: true
expose:
- "3002"