This commit is contained in:
@@ -8,5 +8,9 @@ services:
|
||||
- default
|
||||
ports:
|
||||
- "9091:9091"
|
||||
environment:
|
||||
- HTTP_PROXY=http://http-proxy:8118
|
||||
- HTTPS_PROXY=http://http-proxy:8118
|
||||
- NO_PROXY=localhost,127.0.0.1
|
||||
volumes:
|
||||
- /home/n8n/config/prod/config.yaml:/root/config/config.yaml:ro
|
||||
|
||||
@@ -7,5 +7,9 @@ services:
|
||||
- default
|
||||
ports:
|
||||
- "9092:9092"
|
||||
environment:
|
||||
- HTTP_PROXY=http://http-proxy:8118
|
||||
- HTTPS_PROXY=http://http-proxy:8118
|
||||
- NO_PROXY=localhost,127.0.0.1
|
||||
volumes:
|
||||
- /home/n8n/config/test/config.yaml:/root/config/config.yaml:ro
|
||||
Reference in New Issue
Block a user