Added adapter
This commit is contained in:
parent
032c4900d0
commit
a3b1d94823
1 changed files with 1 additions and 3 deletions
|
@ -2,10 +2,8 @@ services:
|
||||||
app:
|
app:
|
||||||
image: ${IMAGE}
|
image: ${IMAGE}
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT}:3000"
|
- "${APP_PORT}:4321"
|
||||||
environment:
|
environment:
|
||||||
- HOST=0.0.0.0
|
|
||||||
- PORT=3000
|
|
||||||
- SMTP_HOST=${SMTP_HOST}
|
- SMTP_HOST=${SMTP_HOST}
|
||||||
- SMTP_PORT=${SMTP_PORT}
|
- SMTP_PORT=${SMTP_PORT}
|
||||||
- SMTP_USER=${SMTP_USER}
|
- SMTP_USER=${SMTP_USER}
|
||||||
|
|
Loading…
Add table
Reference in a new issue