mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
commit
39a46428c2
2 changed files with 2 additions and 10 deletions
|
|
@ -9,7 +9,7 @@ services:
|
||||||
- nextcloud-aio-nextcloud
|
- nextcloud-aio-nextcloud
|
||||||
image: nextcloud/aio-apache:${IMAGE_TAG}
|
image: nextcloud/aio-apache:${IMAGE_TAG}
|
||||||
ports:
|
ports:
|
||||||
- ${APACHE_PORT}:${APACHE_PORT}/tcp
|
- ${APACHE_IP_BINDING}:${APACHE_PORT}:${APACHE_PORT}/tcp
|
||||||
environment:
|
environment:
|
||||||
- NC_DOMAIN=${NC_DOMAIN}
|
- NC_DOMAIN=${NC_DOMAIN}
|
||||||
- NEXTCLOUD_HOST=nextcloud-aio-nextcloud
|
- NEXTCLOUD_HOST=nextcloud-aio-nextcloud
|
||||||
|
|
@ -23,7 +23,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud_aio_nextcloud:/var/www/html:ro
|
- nextcloud_aio_nextcloud:/var/www/html:ro
|
||||||
- nextcloud_aio_apache:/mnt/data:rw
|
- nextcloud_aio_apache:/mnt/data:rw
|
||||||
stop_grace_period: 10s
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-aio
|
- nextcloud-aio
|
||||||
|
|
@ -97,7 +96,6 @@ services:
|
||||||
- STARTUP_APPS=${NEXTCLOUD_STARTUP_APPS}
|
- STARTUP_APPS=${NEXTCLOUD_STARTUP_APPS}
|
||||||
- ADDITIONAL_APKS=${NEXTCLOUD_ADDITIONAL_APKS}
|
- ADDITIONAL_APKS=${NEXTCLOUD_ADDITIONAL_APKS}
|
||||||
- ADDITIONAL_PHP_EXTENSIONS=${NEXTCLOUD_ADDITIONAL_PHP_EXTENSIONS}
|
- ADDITIONAL_PHP_EXTENSIONS=${NEXTCLOUD_ADDITIONAL_PHP_EXTENSIONS}
|
||||||
stop_grace_period: 10s
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-aio
|
- nextcloud-aio
|
||||||
|
|
@ -109,7 +107,6 @@ services:
|
||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud_aio_redis:/data:rw
|
- nextcloud_aio_redis:/data:rw
|
||||||
stop_grace_period: 10s
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-aio
|
- nextcloud-aio
|
||||||
|
|
@ -124,7 +121,6 @@ services:
|
||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud_aio_collabora_fonts:/opt/cool/systemplate/tmpfonts:rw
|
- nextcloud_aio_collabora_fonts:/opt/cool/systemplate/tmpfonts:rw
|
||||||
stop_grace_period: 10s
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-aio
|
- nextcloud-aio
|
||||||
|
|
@ -142,7 +138,6 @@ services:
|
||||||
- JANUS_API_KEY=${JANUS_API_KEY}
|
- JANUS_API_KEY=${JANUS_API_KEY}
|
||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
- TALK_PORT=${TALK_PORT}
|
- TALK_PORT=${TALK_PORT}
|
||||||
stop_grace_period: 10s
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-aio
|
- nextcloud-aio
|
||||||
|
|
@ -155,7 +150,6 @@ services:
|
||||||
- CLAMD_STARTUP_TIMEOUT=90
|
- CLAMD_STARTUP_TIMEOUT=90
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud_aio_clamav:/var/lib/clamav:rw
|
- nextcloud_aio_clamav:/var/lib/clamav:rw
|
||||||
stop_grace_period: 10s
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-aio
|
- nextcloud-aio
|
||||||
|
|
@ -170,7 +164,6 @@ services:
|
||||||
- JWT_SECRET=${ONLYOFFICE_SECRET}
|
- JWT_SECRET=${ONLYOFFICE_SECRET}
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud_aio_onlyoffice:/var/lib/onlyoffice:rw
|
- nextcloud_aio_onlyoffice:/var/lib/onlyoffice:rw
|
||||||
stop_grace_period: 10s
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-aio
|
- nextcloud-aio
|
||||||
|
|
@ -180,7 +173,6 @@ services:
|
||||||
image: nextcloud/aio-imaginary:${IMAGE_TAG}
|
image: nextcloud/aio-imaginary:${IMAGE_TAG}
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
stop_grace_period: 10s
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-aio
|
- nextcloud-aio
|
||||||
|
|
@ -194,7 +186,6 @@ services:
|
||||||
- ES_JAVA_OPTS=-Xms1024M -Xmx1024M
|
- ES_JAVA_OPTS=-Xms1024M -Xmx1024M
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud_aio_elasticsearch:/usr/share/elasticsearch/data:rw
|
- nextcloud_aio_elasticsearch:/usr/share/elasticsearch/data:rw
|
||||||
stop_grace_period: 10s
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-aio
|
- nextcloud-aio
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
IMAGE_TAG=latest # Version of docker images, should be latest or latest-arm64. Note: latest-arm64 has no clamav support
|
IMAGE_TAG=latest # Version of docker images, should be latest or latest-arm64. Note: latest-arm64 has no clamav support
|
||||||
AIO_TOKEN=123456 # Has no function but needs to be set!
|
AIO_TOKEN=123456 # Has no function but needs to be set!
|
||||||
AIO_URL=localhost # Has no function but needs to be set!
|
AIO_URL=localhost # Has no function but needs to be set!
|
||||||
|
APACHE_IP_BINDING=0.0.0.0 # This can be changed to e.g. 127.0.0.1 if you want to run AIO behind a reverse proxy and if that is running on the same host and using localhost to connect
|
||||||
APACHE_MAX_SIZE=10737418240 # This needs to be an integer and in sync with NEXTCLOUD_UPLOAD_LIMIT
|
APACHE_MAX_SIZE=10737418240 # This needs to be an integer and in sync with NEXTCLOUD_UPLOAD_LIMIT
|
||||||
APACHE_PORT=443 # Changing this to a different value than 443 will allow you to run it behind a reverse proxy.
|
APACHE_PORT=443 # Changing this to a different value than 443 will allow you to run it behind a reverse proxy.
|
||||||
CLAMAV_ENABLED=no # Setting this to "yes" enables the option in Nextcloud automatically. Note: latest-arm64 has no clamav support
|
CLAMAV_ENABLED=no # Setting this to "yes" enables the option in Nextcloud automatically. Note: latest-arm64 has no clamav support
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue