mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
commit
6f43d79d67
2 changed files with 3 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ services:
|
||||||
- REMOVE_DISABLED_APPS=${REMOVE_DISABLED_APPS}
|
- REMOVE_DISABLED_APPS=${REMOVE_DISABLED_APPS}
|
||||||
- APACHE_PORT=${APACHE_PORT}
|
- APACHE_PORT=${APACHE_PORT}
|
||||||
- APACHE_IP_BINDING=${APACHE_IP_BINDING}
|
- APACHE_IP_BINDING=${APACHE_IP_BINDING}
|
||||||
|
- IMAGINARY_SECRET=${IMAGINARY_SECRET}
|
||||||
stop_grace_period: 600s
|
stop_grace_period: 600s
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -322,6 +323,7 @@ services:
|
||||||
- "9000"
|
- "9000"
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
|
- IMAGINARY_SECRET=${IMAGINARY_SECRET}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_NICE
|
- SYS_NICE
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
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_PASSWORD= # TODO! This needs to be a unique and good password!
|
FULLTEXTSEARCH_PASSWORD= # TODO! This needs to be a unique and good password!
|
||||||
|
IMAGINARY_SECRET= # TODO! This needs to be a unique and good password!
|
||||||
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_PASSWORD= # TODO! This is the password of the initially created Nextcloud admin with username "admin".
|
NEXTCLOUD_PASSWORD= # TODO! This is the password of the initially created Nextcloud admin with username "admin".
|
||||||
ONLYOFFICE_SECRET= # TODO! This needs to be a unique and good password!
|
ONLYOFFICE_SECRET= # TODO! This needs to be a unique and good password!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue