Added adapter

This commit is contained in:
Atridad Lahiji 2025-01-23 00:11:58 -06:00
parent 032c4900d0
commit a3b1d94823
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -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}