removes unnecessary http args from compose.yml

This commit is contained in:
2026-06-22 19:02:02 +01:00
parent b47b670d94
commit 562cfaebf8
-4
View File
@@ -12,10 +12,6 @@ services:
build:
context: .
dockerfile: http.Dockerfile
args:
LOCAL_SMTP_HOST: smtp
LOCAL_SMTP_PORT: 2500
LOCAL_SMTP_PASSWORD: smtp
env_file:
- .env
ports: