JMAP
All checks were successful
Docker Deploy / build-and-push (push) Successful in 1m18s

This commit is contained in:
Atridad Lahiji 2025-01-23 16:42:15 -06:00
parent 42e58fc2fb
commit 9ac7ef6e8d
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

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