proxy and fylr
[Service]
Environment="http_proxy=http://your.proxy:80/"
Environment="https_proxy=http://your.proxy:80/"systemctl daemon-reload
systemctl restart docker.serviceservices:
opensearch:
image: opensearchproject/opensearch:2.12.0
environment:
- "OPENSEARCH_JAVA_OPTS=-Xms2g -Xmx2g -Dhttp.proxyHost=your.proxy -Dhttp.proxyPort=80 -Dhttps.proxyHost=your.proxy -Dhttps.proxyPort=80 " fylr:
image: docker.fylr.io/fylr/fylr:latest
environment:
HTTP_PROXY: 'http://your.proxy:80'
HTTPS_PROXY: 'http://your.proxy:80'
NO_PROXY: 'opensearch, localhost, your.fylr.domain'Last updated