Skip to content

Commit

Permalink
Yaml updates
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen committed Nov 6, 2024
1 parent faecc02 commit c686afb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions manual-install/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
condition: service_started
required: false
image: nextcloud/aio-apache:latest
user: 33
init: true
ports:
- ${APACHE_IP_BINDING}:${APACHE_PORT}:${APACHE_PORT}/tcp
Expand Down Expand Up @@ -53,6 +54,7 @@ services:

nextcloud-aio-database:
image: nextcloud/aio-postgresql:latest
user: 999
init: true
expose:
- "5432"
Expand Down Expand Up @@ -161,6 +163,7 @@ services:

nextcloud-aio-notify-push:
image: nextcloud/aio-notify-push:latest
user: 33
init: true
expose:
- "7867"
Expand All @@ -183,6 +186,7 @@ services:

nextcloud-aio-redis:
image: nextcloud/aio-redis:latest
user: 999
init: true
expose:
- "6379"
Expand All @@ -198,6 +202,7 @@ services:

nextcloud-aio-collabora:
image: nextcloud/aio-collabora:latest
user: 100
init: true
expose:
- "9980"
Expand All @@ -219,6 +224,7 @@ services:

nextcloud-aio-talk:
image: nextcloud/aio-talk:latest
user: 1000
init: true
ports:
- ${TALK_PORT}:${TALK_PORT}/tcp
Expand Down Expand Up @@ -249,6 +255,7 @@ services:

nextcloud-aio-talk-recording:
image: nextcloud/aio-talk-recording:latest
user: 1000
init: true
expose:
- "1234"
Expand All @@ -270,6 +277,7 @@ services:

nextcloud-aio-clamav:
image: nextcloud/aio-clamav:latest
user: 100
init: false
expose:
- "3310"
Expand Down Expand Up @@ -310,6 +318,7 @@ services:

nextcloud-aio-imaginary:
image: nextcloud/aio-imaginary:latest
user: 65534
init: true
expose:
- "9000"
Expand Down Expand Up @@ -353,6 +362,7 @@ services:

nextcloud-aio-whiteboard:
image: nextcloud/aio-whiteboard:latest
user: 65534
init: true
expose:
- "3002"
Expand Down

0 comments on commit c686afb

Please sign in to comment.