From d838c430ade712fd597f454ddb96373b169b12f3 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Mon, 9 Feb 2026 21:15:05 +0100 Subject: [PATCH] PocketID smtp + formatting --- booklore/compose.yaml | 3 ++- planka/compose.yaml | 5 +++-- pocketid/compose.yaml | 6 ++++++ privatebin/compose.yaml | 5 ++++- privatebin/conf.php | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/booklore/compose.yaml b/booklore/compose.yaml index 14b88f6..651b6e4 100644 --- a/booklore/compose.yaml +++ b/booklore/compose.yaml @@ -55,8 +55,9 @@ services: volumes: db-data: + networks: web: external: true internal: - external: false \ No newline at end of file + external: false diff --git a/planka/compose.yaml b/planka/compose.yaml index 54b561b..f496e73 100644 --- a/planka/compose.yaml +++ b/planka/compose.yaml @@ -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 \ No newline at end of file + external: false diff --git a/pocketid/compose.yaml b/pocketid/compose.yaml index ac6186a..76703a3 100644 --- a/pocketid/compose.yaml +++ b/pocketid/compose.yaml @@ -6,6 +6,12 @@ services: APP_URL: https://idp.marijndoeve.nl ENCRYPTION_KEY: ${ENCRYPTION_KEY} TRUST_PROXY: true + SMTP_HOST: ${SMTP_HOST} + SMTP_PORT: 587 + SMTP_FROM: "pocketid@marijndoeve.nl" + SMTP_USER: ${SMTP_USER} + SMTP_PASSWORD: ${SMTP_PASSWORD} + SMTP_TLS: starttls labels: - traefik.enable=true - traefik.http.routers.pocketid.rule=Host(`idp.marijndoeve.nl`) diff --git a/privatebin/compose.yaml b/privatebin/compose.yaml index 35e55a0..0cf032d 100644 --- a/privatebin/compose.yaml +++ b/privatebin/compose.yaml @@ -14,8 +14,11 @@ services: environment: TZ: Europe/Amsterdam restart: unless-stopped + volumes: data: + + networks: web: - external: true \ No newline at end of file + external: true diff --git a/privatebin/conf.php b/privatebin/conf.php index 8a12471..32f933e 100644 --- a/privatebin/conf.php +++ b/privatebin/conf.php @@ -220,4 +220,4 @@ dir = PATH "data" ; Subresource integrity (SRI) hashes used in template files. Uncomment and set ; these for all js files used. See: ; https://github.com/PrivateBin/PrivateBin/wiki/FAQ#user-content-how-to-make-privatebin-work-when-i-have-changed-some-javascript-files -;js/privatebin.js = "sha512-[…]" \ No newline at end of file +;js/privatebin.js = "sha512-[…]"