mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
commit
f1dff9b3e2
1 changed files with 10 additions and 10 deletions
|
|
@ -7,7 +7,7 @@ services:
|
||||||
- nextcloud-aio-collabora
|
- nextcloud-aio-collabora
|
||||||
- nextcloud-aio-talk
|
- nextcloud-aio-talk
|
||||||
- nextcloud-aio-nextcloud
|
- nextcloud-aio-nextcloud
|
||||||
image: nextcloud/aio-apache:${IMAGE_TAG}
|
image: nextcloud/aio-apache:latest
|
||||||
ports:
|
ports:
|
||||||
- ${APACHE_IP_BINDING}:${APACHE_PORT}:${APACHE_PORT}/tcp
|
- ${APACHE_IP_BINDING}:${APACHE_PORT}:${APACHE_PORT}/tcp
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -28,7 +28,7 @@ services:
|
||||||
- nextcloud-aio
|
- nextcloud-aio
|
||||||
|
|
||||||
nextcloud-aio-database:
|
nextcloud-aio-database:
|
||||||
image: nextcloud/aio-postgresql:${IMAGE_TAG}
|
image: nextcloud/aio-postgresql:latest
|
||||||
expose:
|
expose:
|
||||||
- "5432"
|
- "5432"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -52,7 +52,7 @@ services:
|
||||||
- nextcloud-aio-clamav
|
- nextcloud-aio-clamav
|
||||||
- nextcloud-aio-fulltextsearch
|
- nextcloud-aio-fulltextsearch
|
||||||
- nextcloud-aio-imaginary
|
- nextcloud-aio-imaginary
|
||||||
image: nextcloud/aio-nextcloud:${IMAGE_TAG}
|
image: nextcloud/aio-nextcloud:latest
|
||||||
expose:
|
expose:
|
||||||
- "9000"
|
- "9000"
|
||||||
- "7867"
|
- "7867"
|
||||||
|
|
@ -106,7 +106,7 @@ services:
|
||||||
- nextcloud-aio
|
- nextcloud-aio
|
||||||
|
|
||||||
nextcloud-aio-redis:
|
nextcloud-aio-redis:
|
||||||
image: nextcloud/aio-redis:${IMAGE_TAG}
|
image: nextcloud/aio-redis:latest
|
||||||
expose:
|
expose:
|
||||||
- "6379"
|
- "6379"
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -120,7 +120,7 @@ services:
|
||||||
|
|
||||||
nextcloud-aio-collabora:
|
nextcloud-aio-collabora:
|
||||||
profiles: ["collabora"]
|
profiles: ["collabora"]
|
||||||
image: nextcloud/aio-collabora:${IMAGE_TAG}
|
image: nextcloud/aio-collabora:latest
|
||||||
expose:
|
expose:
|
||||||
- "9980"
|
- "9980"
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -137,7 +137,7 @@ services:
|
||||||
|
|
||||||
nextcloud-aio-talk:
|
nextcloud-aio-talk:
|
||||||
profiles: ["talk"]
|
profiles: ["talk"]
|
||||||
image: nextcloud/aio-talk:${IMAGE_TAG}
|
image: nextcloud/aio-talk:latest
|
||||||
ports:
|
ports:
|
||||||
- ${TALK_PORT}:${TALK_PORT}/tcp
|
- ${TALK_PORT}:${TALK_PORT}/tcp
|
||||||
- ${TALK_PORT}:${TALK_PORT}/udp
|
- ${TALK_PORT}:${TALK_PORT}/udp
|
||||||
|
|
@ -156,7 +156,7 @@ services:
|
||||||
|
|
||||||
nextcloud-aio-clamav:
|
nextcloud-aio-clamav:
|
||||||
profiles: ["clamav"]
|
profiles: ["clamav"]
|
||||||
image: nextcloud/aio-clamav:${IMAGE_TAG}
|
image: nextcloud/aio-clamav:latest
|
||||||
expose:
|
expose:
|
||||||
- "3310"
|
- "3310"
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
|
|
||||||
nextcloud-aio-onlyoffice:
|
nextcloud-aio-onlyoffice:
|
||||||
profiles: ["onlyoffice"]
|
profiles: ["onlyoffice"]
|
||||||
image: nextcloud/aio-onlyoffice:${IMAGE_TAG}
|
image: nextcloud/aio-onlyoffice:latest
|
||||||
expose:
|
expose:
|
||||||
- "80"
|
- "80"
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -186,7 +186,7 @@ services:
|
||||||
|
|
||||||
nextcloud-aio-imaginary:
|
nextcloud-aio-imaginary:
|
||||||
profiles: ["imaginary"]
|
profiles: ["imaginary"]
|
||||||
image: nextcloud/aio-imaginary:${IMAGE_TAG}
|
image: nextcloud/aio-imaginary:latest
|
||||||
expose:
|
expose:
|
||||||
- "9000"
|
- "9000"
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -197,7 +197,7 @@ services:
|
||||||
|
|
||||||
nextcloud-aio-fulltextsearch:
|
nextcloud-aio-fulltextsearch:
|
||||||
profiles: ["fulltextsearch"]
|
profiles: ["fulltextsearch"]
|
||||||
image: nextcloud/aio-fulltextsearch:${IMAGE_TAG}
|
image: nextcloud/aio-fulltextsearch:latest
|
||||||
expose:
|
expose:
|
||||||
- "9200"
|
- "9200"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue