feat: structest
This commit is contained in:
parent
770bf941a1
commit
61acf79feb
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ services:
|
|||
- POSTGRES_HOST=nextcloud-db
|
||||
- REDIS_HOST=redis
|
||||
- REDIS_PORT=6379
|
||||
- NEXTCLOUD_ADMIN_USER=${NEXTCLOUD_ADMIN_USER:-lailadmin}
|
||||
- NEXTCLOUD_ADMIN_PASSWORD=${NEXTCLOUD_ADMIN_PASSWORD}
|
||||
- NEXTCLOUD_TRUSTED_DOMAINS=${NEXTCLOUD_DOMAIN}
|
||||
volumes:
|
||||
- '/data/lail-structures/structest/nextcloud/nextcloud-config:/config'
|
||||
- '/data/lail-structures/structest/nextcloud/nextcloud-data:/data'
|
||||
|
|
@ -30,6 +33,7 @@ services:
|
|||
interval: 2s
|
||||
timeout: 10s
|
||||
retries: 15
|
||||
start_period: 60s
|
||||
nextcloud-db:
|
||||
image: 'postgres:16-alpine'
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue