mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
Yaml updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
5622198888
commit
7f71a94c8c
1 changed files with 3 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ services:
|
||||||
- POSTGRES_DB=nextcloud_database
|
- POSTGRES_DB=nextcloud_database
|
||||||
- POSTGRES_USER=nextcloud
|
- POSTGRES_USER=nextcloud
|
||||||
- REDIS_HOST=nextcloud-aio-redis
|
- REDIS_HOST=nextcloud-aio-redis
|
||||||
|
- REDIS_PORT=6379
|
||||||
- REDIS_HOST_PASSWORD=${REDIS_PASSWORD}
|
- REDIS_HOST_PASSWORD=${REDIS_PASSWORD}
|
||||||
- APACHE_HOST=nextcloud-aio-apache
|
- APACHE_HOST=nextcloud-aio-apache
|
||||||
- APACHE_PORT
|
- APACHE_PORT
|
||||||
|
|
@ -206,6 +207,7 @@ services:
|
||||||
- NEXTCLOUD_HOST=nextcloud-aio-nextcloud
|
- NEXTCLOUD_HOST=nextcloud-aio-nextcloud
|
||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
- REDIS_HOST=nextcloud-aio-redis
|
- REDIS_HOST=nextcloud-aio-redis
|
||||||
|
- REDIS_PORT=6379
|
||||||
- REDIS_HOST_PASSWORD=${REDIS_PASSWORD}
|
- REDIS_HOST_PASSWORD=${REDIS_PASSWORD}
|
||||||
- POSTGRES_HOST=nextcloud-aio-database
|
- POSTGRES_HOST=nextcloud-aio-database
|
||||||
- POSTGRES_PORT=5432
|
- POSTGRES_PORT=5432
|
||||||
|
|
@ -475,6 +477,7 @@ services:
|
||||||
- JWT_SECRET_KEY=${WHITEBOARD_SECRET}
|
- JWT_SECRET_KEY=${WHITEBOARD_SECRET}
|
||||||
- STORAGE_STRATEGY=redis
|
- STORAGE_STRATEGY=redis
|
||||||
- REDIS_HOST=nextcloud-aio-redis
|
- REDIS_HOST=nextcloud-aio-redis
|
||||||
|
- REDIS_PORT=6379
|
||||||
- REDIS_HOST_PASSWORD=${REDIS_PASSWORD}
|
- REDIS_HOST_PASSWORD=${REDIS_PASSWORD}
|
||||||
- BACKUP_DIR=/tmp
|
- BACKUP_DIR=/tmp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue