Skip to content

Commit

Permalink
fix(deploy): add EMAIL settings to nossas, eleicaodoano and observatorio
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Oct 24, 2024
1 parent dd1dc74 commit 20e4bb1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ services:
- ETCD_HOST=${ETCD_HOST:-"etcd"}
- ETCD_PORT=${ETCD_PORT:-2379}
- ADMINS=${ADMINS:-"('Admin', 'admin@localhost'),"}
- SMTP_HOST=${SMTP_HOST:-fake-smtp}
- SMTP_PORT=${SMTP_PORT:-1025}
- SMTP_USER=${SMTP_USER:-user}
- SMTP_PASS=${SMTP_PASS:-pass}
labels:
- traefik.enable=true
- traefik.http.routers.eleicaodoano.priority=999
Expand Down Expand Up @@ -80,6 +84,10 @@ services:
- ETCD_HOST=${ETCD_HOST:-"etcd"}
- ETCD_PORT=${ETCD_PORT:-2379}
- ADMINS=${ADMINS:-"('Admin', 'admin@localhost'),"}
- SMTP_HOST=${SMTP_HOST:-fake-smtp}
- SMTP_PORT=${SMTP_PORT:-1025}
- SMTP_USER=${SMTP_USER:-user}
- SMTP_PASS=${SMTP_PASS:-pass}
labels:
- traefik.enable=true
- traefik.http.routers.nossas.priority=999
Expand Down Expand Up @@ -110,6 +118,10 @@ services:
- ETCD_HOST=${ETCD_HOST:-"etcd"}
- ETCD_PORT=${ETCD_PORT:-2379}
- ADMINS=${ADMINS:-"('Admin', 'admin@localhost'),"}
- SMTP_HOST=${SMTP_HOST:-fake-smtp}
- SMTP_PORT=${SMTP_PORT:-1025}
- SMTP_USER=${SMTP_USER:-user}
- SMTP_PASS=${SMTP_PASS:-pass}
labels:
- traefik.enable=true
- traefik.http.routers.observatorio.priority=999
Expand Down

0 comments on commit 20e4bb1

Please sign in to comment.