diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-22 19:02:02 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-22 19:02:02 +0100 |
| commit | 562cfaebf81ba414b944567419abf7e61ce9919a (patch) | |
| tree | e806f43b31b664b905909028a8030279172e6a0a /compose.yml | |
| parent | b47b670d947ef874d3a7f8da1eef24a5011eb985 (diff) | |
removes unnecessary http args from compose.yml
Diffstat (limited to 'compose.yml')
| -rw-r--r-- | compose.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compose.yml b/compose.yml index e0f4df8..b17e42e 100644 --- a/compose.yml +++ b/compose.yml @@ -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: |
