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
|
- POSTGRES_HOST=nextcloud-db
|
||||||
- REDIS_HOST=redis
|
- REDIS_HOST=redis
|
||||||
- REDIS_PORT=6379
|
- REDIS_PORT=6379
|
||||||
|
- NEXTCLOUD_ADMIN_USER=${NEXTCLOUD_ADMIN_USER:-lailadmin}
|
||||||
|
- NEXTCLOUD_ADMIN_PASSWORD=${NEXTCLOUD_ADMIN_PASSWORD}
|
||||||
|
- NEXTCLOUD_TRUSTED_DOMAINS=${NEXTCLOUD_DOMAIN}
|
||||||
volumes:
|
volumes:
|
||||||
- '/data/lail-structures/structest/nextcloud/nextcloud-config:/config'
|
- '/data/lail-structures/structest/nextcloud/nextcloud-config:/config'
|
||||||
- '/data/lail-structures/structest/nextcloud/nextcloud-data:/data'
|
- '/data/lail-structures/structest/nextcloud/nextcloud-data:/data'
|
||||||
|
|
@ -30,6 +33,7 @@ services:
|
||||||
interval: 2s
|
interval: 2s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 15
|
retries: 15
|
||||||
|
start_period: 60s
|
||||||
nextcloud-db:
|
nextcloud-db:
|
||||||
image: 'postgres:16-alpine'
|
image: 'postgres:16-alpine'
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue