Skip to content
Snippets Groups Projects
docker-compose.yml 742 B
Newer Older
  • Learn to ignore specific revisions
  • 
    services:
    
        build: .
    
        image: registry.forge.grandlyon.com/web-et-numerique/web-et-numerique-internet/data.grandlyon.com/web-portal/components/services/mailer:${TAG}
    
        ports:
    
          - ${MAIL_SERVICE_BIND_PORT}:3000
    
        environment:
    
          - SMTP_HOST=${SMTP_HOST}
          - SMTP_PORT=${SMTP_PORT}
    
          - MAIL_SUBJECT_PREFIX=${MAIL_SUBJECT_PREFIX}
    
          - USER_SUPPORT_MAILBOX=${USER_SUPPORT_MAILBOX}
    
          - NO_REPLY_MAIL_ADDRESS=${NO_REPLY_MAIL_ADDRESS}
    
          - ADDITIONAL_FEEDBACK_EMAILS=${ADDITIONAL_FEEDBACK_EMAILS}
    
          - GROUP_HEADER=x-consumer-groups
          - EMAIL_WRITER_GROUP_NAME=email-writer
          - IMAGE_HOST=https://minio.alpha.grandlyon.com/email-template-assets