mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-12 09:35:55 +08:00
commit
768545a1d8
1 changed files with 3 additions and 0 deletions
|
@ -459,6 +459,8 @@ services:
|
||||||
retries: 3
|
retries: 3
|
||||||
expose:
|
expose:
|
||||||
- "3002"
|
- "3002"
|
||||||
|
tmpfs:
|
||||||
|
- /tmp
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
- NEXTCLOUD_URL=https://${NC_DOMAIN}
|
- NEXTCLOUD_URL=https://${NC_DOMAIN}
|
||||||
|
@ -466,6 +468,7 @@ services:
|
||||||
- STORAGE_STRATEGY=redis
|
- STORAGE_STRATEGY=redis
|
||||||
- REDIS_HOST=nextcloud-aio-redis
|
- REDIS_HOST=nextcloud-aio-redis
|
||||||
- REDIS_HOST_PASSWORD=${REDIS_PASSWORD}
|
- REDIS_HOST_PASSWORD=${REDIS_PASSWORD}
|
||||||
|
- BACKUP_DIR=/tmp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
profiles:
|
profiles:
|
||||||
- whiteboard
|
- whiteboard
|
||||||
|
|
Loading…
Add table
Reference in a new issue