orion/docker-compose.yml

12 lines
261 B
YAML

version: '2.2'
services:
openwrt:
build:
context: ./containers/openwrt
args:
HTTP_PROXY: ${HTTP_PROXY}
HTTPS_PROXY: ${HTTPS_PROXY}
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
ports:
- 8080:80