PocketID smtp + formatting
This commit is contained in:
@@ -55,6 +55,7 @@ services:
|
||||
volumes:
|
||||
db-data:
|
||||
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
|
||||
@@ -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,6 +94,7 @@ volumes:
|
||||
attachments:
|
||||
db-data:
|
||||
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
|
||||
@@ -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`)
|
||||
|
||||
@@ -14,8 +14,11 @@ services:
|
||||
environment:
|
||||
TZ: Europe/Amsterdam
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
data:
|
||||
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
Reference in New Issue
Block a user