diff --git a/docker-compose.yml b/docker-compose.yml index 347403e..8e84647 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,11 +3,4 @@ services: image: ${IMAGE} ports: - "${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