Skip to content

Commit

Permalink
add missing environment variables for dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Jan 17, 2024
1 parent 839ef04 commit c881895
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infrastructure/docker-compose.development-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ services:
- CHECK_INVALID_TOKEN=true
- MONGO_URL=mongodb://mongo1/user-mgnt?replicaSet=rs0
- SENTRY_DSN=${SENTRY_DSN}
- SENDER_EMAIL_ADDRESS=${SENDER_EMAIL_ADDRESS}
- ALERT_EMAIL=${ALERT_EMAIL}
- SMTP_HOST=${SMTP_HOST}
- SMTP_PORT=${SMTP_PORT}
- SMTP_USERNAME=${SMTP_USERNAME}
- SMTP_PASSWORD=${SMTP_PASSWORD}
- SMTP_SECURE=${SMTP_SECURE}
deploy:
replicas: 1
networks:
Expand Down

0 comments on commit c881895

Please sign in to comment.