PocketID smtp + formatting
This commit is contained in:
@@ -80,7 +80,7 @@ services:
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres -d planka"]
|
||||
test: [ "CMD-SHELL", "pg_isready -U postgres -d planka" ]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
@@ -94,8 +94,9 @@ volumes:
|
||||
attachments:
|
||||
db-data:
|
||||
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
internal:
|
||||
external: false
|
||||
external: false
|
||||
|
||||
Reference in New Issue
Block a user