You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
561 B

version: '3'
services:
# See .env for vars.
burns-mail:
container_name: burns-mail
image: io42630/burns-mail:0.1
environment:
- spring.mail.host=${SPRING_EMAIL_HOST}
- spring.mail.port=${SPRING_EMAIL_PORT}
- spring.mail.username=${SPRING_EMAIL_USERNAME}
- spring.mail.password=${SPRING_EMAIL_PASSWORD}
- spring.mail.properties.mail.smtp.auth=true
- spring.mail.properties.mail.smtp.starttls.enable=true
- openai.api.key=${OPENAI_API_KEY}