mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 14:30:13 +00:00
@@ -1,21 +1,21 @@
|
||||
services:
|
||||
nextcloud-aio-apache:
|
||||
depends_on:
|
||||
- nextcloud-aio-onlyoffice:
|
||||
condition: service_started
|
||||
required: false
|
||||
- nextcloud-aio-collabora:
|
||||
condition: service_started
|
||||
required: false
|
||||
- nextcloud-aio-talk:
|
||||
condition: service_started
|
||||
required: false
|
||||
- nextcloud-aio-nextcloud:
|
||||
condition: service_started
|
||||
required: false
|
||||
- nextcloud-aio-notify-push:
|
||||
condition: service_started
|
||||
required: false
|
||||
nextcloud-aio-onlyoffice:
|
||||
condition: service_started
|
||||
required: false
|
||||
nextcloud-aio-collabora:
|
||||
condition: service_started
|
||||
required: false
|
||||
nextcloud-aio-talk:
|
||||
condition: service_started
|
||||
required: false
|
||||
nextcloud-aio-nextcloud:
|
||||
condition: service_started
|
||||
required: false
|
||||
nextcloud-aio-notify-push:
|
||||
condition: service_started
|
||||
required: false
|
||||
image: nextcloud/aio-apache:latest
|
||||
ports:
|
||||
- ${APACHE_IP_BINDING}:${APACHE_PORT}:${APACHE_PORT}/tcp
|
||||
@@ -69,24 +69,24 @@ services:
|
||||
|
||||
nextcloud-aio-nextcloud:
|
||||
depends_on:
|
||||
- nextcloud-aio-database:
|
||||
condition: service_started
|
||||
required: false
|
||||
- nextcloud-aio-redis:
|
||||
condition: service_started
|
||||
required: false
|
||||
- nextcloud-aio-clamav:
|
||||
condition: service_started
|
||||
required: false
|
||||
- nextcloud-aio-fulltextsearch:
|
||||
condition: service_started
|
||||
required: false
|
||||
- nextcloud-aio-talk-recording:
|
||||
condition: service_started
|
||||
required: false
|
||||
- nextcloud-aio-imaginary:
|
||||
condition: service_started
|
||||
required: false
|
||||
nextcloud-aio-database:
|
||||
condition: service_started
|
||||
required: false
|
||||
nextcloud-aio-redis:
|
||||
condition: service_started
|
||||
required: false
|
||||
nextcloud-aio-clamav:
|
||||
condition: service_started
|
||||
required: false
|
||||
nextcloud-aio-fulltextsearch:
|
||||
condition: service_started
|
||||
required: false
|
||||
nextcloud-aio-talk-recording:
|
||||
condition: service_started
|
||||
required: false
|
||||
nextcloud-aio-imaginary:
|
||||
condition: service_started
|
||||
required: false
|
||||
image: nextcloud/aio-nextcloud:latest
|
||||
expose:
|
||||
- "9000"
|
||||
@@ -141,7 +141,7 @@ services:
|
||||
networks:
|
||||
- nextcloud-aio
|
||||
tmpfs:
|
||||
- /tmp
|
||||
- /tmp:exec
|
||||
|
||||
nextcloud-aio-notify-push:
|
||||
image: nextcloud/aio-notify-push:latest
|
||||
|
||||
Reference in New Issue
Block a user