Update nextcloud-with-postgres.yaml
This commit is contained in:
parent
28852fd705
commit
32aaf95444
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ services:
|
||||||
nextcloud-db:
|
nextcloud-db:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- postgresql-data:/var/lib/postgresql/data
|
- nextcloud-postgresql-data:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=${SERVICE_USER_POSTGRES}
|
- POSTGRES_USER=${SERVICE_USER_POSTGRES}
|
||||||
- POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRES}
|
- POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRES}
|
||||||
|
|
@ -49,7 +49,7 @@ services:
|
||||||
redis:
|
redis:
|
||||||
image: "redis:7.4-alpine"
|
image: "redis:7.4-alpine"
|
||||||
volumes:
|
volumes:
|
||||||
- "redis-data:/data"
|
- "nextcloud-redis-data:/data"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD
|
- CMD
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue