PocketID smtp + formatting

This commit is contained in:
2026-02-09 21:15:05 +01:00
parent adcbd19c97
commit d838c430ad
5 changed files with 16 additions and 5 deletions

View File

@@ -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