From a3b1d9482310759d8cd48e3792ba811cf9ba6f5f Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 23 Jan 2025 00:11:58 -0600 Subject: [PATCH] Added adapter --- docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d632efe..347403e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,10 +2,8 @@ services: app: image: ${IMAGE} ports: - - "${APP_PORT}:3000" + - "${APP_PORT}:4321" environment: - - HOST=0.0.0.0 - - PORT=3000 - SMTP_HOST=${SMTP_HOST} - SMTP_PORT=${SMTP_PORT} - SMTP_USER=${SMTP_USER}