add proxy
All checks were successful
Update service runner / deploy (push) Successful in 11s

This commit is contained in:
vallyenfail
2026-01-20 11:20:30 +03:00
parent d871df368f
commit a3a2660f77
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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