removes unnecessary http args from compose.yml
This commit is contained in:
@@ -12,10 +12,6 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: http.Dockerfile
|
dockerfile: http.Dockerfile
|
||||||
args:
|
|
||||||
LOCAL_SMTP_HOST: smtp
|
|
||||||
LOCAL_SMTP_PORT: 2500
|
|
||||||
LOCAL_SMTP_PASSWORD: smtp
|
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user