mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Yaml updates
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
e1890c8f3b
commit
0b2c7f09b6
2 changed files with 3 additions and 2 deletions
|
|
@ -44,6 +44,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-aio
|
- nextcloud-aio
|
||||||
|
shm_size: 268435456
|
||||||
|
|
||||||
nextcloud-aio-nextcloud:
|
nextcloud-aio-nextcloud:
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -101,7 +102,7 @@ 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}
|
||||||
- SKIP_DATA_DIRECTORY_PERMISSION_CHECK=${SKIP_DATA_DIRECTORY_PERMISSION_CHECK}
|
- INSTALL_LATEST_MAJOR=${INSTALL_LATEST_MAJOR}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-aio
|
- nextcloud-aio
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ COLLABORA_SECCOMP_POLICY=--o:security.seccomp=true # Changing the value
|
||||||
DATABASE_PASSWORD= # TODO! This needs to be a unique and good password!
|
DATABASE_PASSWORD= # TODO! This needs to be a unique and good password!
|
||||||
FULLTEXTSEARCH_ENABLED="no" # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically.
|
FULLTEXTSEARCH_ENABLED="no" # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically.
|
||||||
IMAGINARY_ENABLED="no" # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically.
|
IMAGINARY_ENABLED="no" # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically.
|
||||||
|
INSTALL_LATEST_MAJOR=no # Setting this to yes will install the latest Major Nextcloud version upon the first installation
|
||||||
NC_DOMAIN=yourdomain.com # TODO! Needs to be changed to the domain that you want to use for Nextcloud.
|
NC_DOMAIN=yourdomain.com # TODO! Needs to be changed to the domain that you want to use for Nextcloud.
|
||||||
NEXTCLOUD_ADDITIONAL_APKS=imagemagick # This allows to add additional packages to the Nextcloud container permanently. Default is imagemagick but can be overwritten by modifying this value.
|
NEXTCLOUD_ADDITIONAL_APKS=imagemagick # This allows to add additional packages to the Nextcloud container permanently. Default is imagemagick but can be overwritten by modifying this value.
|
||||||
NEXTCLOUD_ADDITIONAL_PHP_EXTENSIONS=imagick # This allows to add additional php extensions to the Nextcloud container permanently. Default is imagick but can be overwritten by modifying this value.
|
NEXTCLOUD_ADDITIONAL_PHP_EXTENSIONS=imagick # This allows to add additional php extensions to the Nextcloud container permanently. Default is imagick but can be overwritten by modifying this value.
|
||||||
|
|
@ -25,7 +26,6 @@ ONLYOFFICE_ENABLED="no" # Setting this to "yes" (with quotes) enables t
|
||||||
ONLYOFFICE_SECRET= # TODO! This needs to be a unique and good password!
|
ONLYOFFICE_SECRET= # TODO! This needs to be a unique and good password!
|
||||||
REDIS_PASSWORD= # TODO! This needs to be a unique and good password!
|
REDIS_PASSWORD= # TODO! This needs to be a unique and good password!
|
||||||
SIGNALING_SECRET= # TODO! This needs to be a unique and good password!
|
SIGNALING_SECRET= # TODO! This needs to be a unique and good password!
|
||||||
SKIP_DATA_DIRECTORY_PERMISSION_CHECK="no" # When setting to "yes" (with quotes), it will skip the datadir permission check upon the initial Nextcloud installation.
|
|
||||||
TALK_ENABLED="no" # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically.
|
TALK_ENABLED="no" # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically.
|
||||||
TALK_PORT=3478 # This allows to adjust the port that the talk container is using.
|
TALK_PORT=3478 # This allows to adjust the port that the talk container is using.
|
||||||
TIMEZONE=Europe/Berlin # TODO! This is the timezone that your containers will use.
|
TIMEZONE=Europe/Berlin # TODO! This is the timezone that your containers will use.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue