mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-28 00:19:26 +08:00
Yaml updates
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
f280f09b6c
commit
db860d24af
1 changed files with 34 additions and 34 deletions
|
@ -1,21 +1,21 @@
|
||||||
services:
|
services:
|
||||||
nextcloud-aio-apache:
|
nextcloud-aio-apache:
|
||||||
depends_on:
|
depends_on:
|
||||||
- nextcloud-aio-onlyoffice:
|
nextcloud-aio-onlyoffice:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
required: false
|
required: false
|
||||||
- nextcloud-aio-collabora:
|
nextcloud-aio-collabora:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
required: false
|
required: false
|
||||||
- nextcloud-aio-talk:
|
nextcloud-aio-talk:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
required: false
|
required: false
|
||||||
- nextcloud-aio-nextcloud:
|
nextcloud-aio-nextcloud:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
required: false
|
required: false
|
||||||
- nextcloud-aio-notify-push:
|
nextcloud-aio-notify-push:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
required: false
|
required: false
|
||||||
image: nextcloud/aio-apache:latest
|
image: nextcloud/aio-apache:latest
|
||||||
ports:
|
ports:
|
||||||
- ${APACHE_IP_BINDING}:${APACHE_PORT}:${APACHE_PORT}/tcp
|
- ${APACHE_IP_BINDING}:${APACHE_PORT}:${APACHE_PORT}/tcp
|
||||||
|
@ -69,24 +69,24 @@ services:
|
||||||
|
|
||||||
nextcloud-aio-nextcloud:
|
nextcloud-aio-nextcloud:
|
||||||
depends_on:
|
depends_on:
|
||||||
- nextcloud-aio-database:
|
nextcloud-aio-database:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
required: false
|
required: false
|
||||||
- nextcloud-aio-redis:
|
nextcloud-aio-redis:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
required: false
|
required: false
|
||||||
- nextcloud-aio-clamav:
|
nextcloud-aio-clamav:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
required: false
|
required: false
|
||||||
- nextcloud-aio-fulltextsearch:
|
nextcloud-aio-fulltextsearch:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
required: false
|
required: false
|
||||||
- nextcloud-aio-talk-recording:
|
nextcloud-aio-talk-recording:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
required: false
|
required: false
|
||||||
- nextcloud-aio-imaginary:
|
nextcloud-aio-imaginary:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
required: false
|
required: false
|
||||||
image: nextcloud/aio-nextcloud:latest
|
image: nextcloud/aio-nextcloud:latest
|
||||||
expose:
|
expose:
|
||||||
- "9000"
|
- "9000"
|
||||||
|
@ -141,7 +141,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-aio
|
- nextcloud-aio
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /tmp
|
- /tmp:exec
|
||||||
|
|
||||||
nextcloud-aio-notify-push:
|
nextcloud-aio-notify-push:
|
||||||
image: nextcloud/aio-notify-push:latest
|
image: nextcloud/aio-notify-push:latest
|
||||||
|
|
Loading…
Reference in a new issue