This commit is contained in:
parent
42e58fc2fb
commit
9ac7ef6e8d
1 changed files with 0 additions and 7 deletions
|
@ -3,11 +3,4 @@ services:
|
||||||
image: ${IMAGE}
|
image: ${IMAGE}
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT}:4321"
|
- "${APP_PORT}:4321"
|
||||||
environment:
|
|
||||||
- SMTP_HOST=${SMTP_HOST}
|
|
||||||
- SMTP_PORT=${SMTP_PORT}
|
|
||||||
- SMTP_USER=${SMTP_USER}
|
|
||||||
- SMTP_PASS=${SMTP_PASS}
|
|
||||||
- FROM_EMAIL=${FROM_EMAIL}
|
|
||||||
- TO_EMAIL=${TO_EMAIL}
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Add table
Reference in a new issue