Consistent formatting.
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
version: "3.9"
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
nextcloud:
|
||||
name: nextcloud
|
||||
external: false
|
||||
|
||||
volumes:
|
||||
nextcloud:
|
||||
@@ -12,13 +17,6 @@ volumes:
|
||||
nextcloud-redis:
|
||||
name: nextcloud-redis
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
nextcloud:
|
||||
name: nextcloud
|
||||
external: false
|
||||
|
||||
services:
|
||||
nextcloud:
|
||||
image: nextcloud:stable-fpm-alpine
|
||||
@@ -91,7 +89,7 @@ services:
|
||||
POSTGRES_USER: ${DB_USER}
|
||||
POSTGRES_DB: ${DB_NAME}
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U $DB_USER"]
|
||||
test: [ "CMD-SHELL", "pg_isready -U $DB_USER" ]
|
||||
|
||||
nextcloud-redis:
|
||||
image: redis:alpine
|
||||
@@ -103,5 +101,5 @@ services:
|
||||
networks:
|
||||
- nextcloud
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "redis-cli ping"]
|
||||
test: [ "CMD-SHELL", "redis-cli ping" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user