Skip to content

Commit

Permalink
Add DB_SSL__REJECT_UNAUTHORIZED=false
Browse files Browse the repository at this point in the history
  • Loading branch information
renatocron committed Aug 20, 2024
1 parent 5ad72c2 commit d2f3ad7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ services:
DB_DATABASE: "${DIRECTUS_DATABASE_NAME}"
DB_USER: "${DIRECTUS_DATABASE_USERNAME}"
DB_PASSWORD: "${DIRECTUS_DATABASE_PASSWORD}"
# set CA file to avoid SSL error in case of self-signed certificate
DB_SSL__REJECT_UNAUTHORIZED: "false"
EMAIL_FROM: "${SMTP_FROM}"
EMAIL_TRANSPORT: 'smtp'
EMAIL_SMTP_HOST: "${SMTP_HOST}"
Expand Down

0 comments on commit d2f3ad7

Please sign in to comment.