Fix SMTP relay entrypoint config name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2020-09-29 00:43:13 +02:00
parent 2e489025d4
commit d48bb92dda
1 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@ services:
configs: configs:
- source: mstmp_conf - source: mstmp_conf
target: /etc/msmtprc target: /etc/msmtprc
- source: entrypoint - source: entrypoint_conf
target: /etc/msmtprc target: /docker-entrypoint.sh
mode: 0555 mode: 0555
networks: networks:
@ -26,6 +26,6 @@ configs:
file: msmtp.conf.tmpl file: msmtp.conf.tmpl
template_driver: golang template_driver: golang
entrypoint_conf: entrypoint_conf:
name: ${STACK_NAME}_entrypoint_${ENTRYPOINT_CONF_VERSION} name: ${STACK_NAME}_entrypoint_mailrelay_${ENTRYPOINT_MAILRELAY_CONF_VERSION}
file: entrypoint.sh.tmpl file: entrypoint.mailrelay.sh.tmpl
template_driver: golang template_driver: golang