mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00
remove obsolete PROXY_* vars
This commit is contained in:
parent
0a881b9fc1
commit
5354c633ed
1 changed files with 1 additions and 5 deletions
|
@ -6,11 +6,7 @@ FROM ${BROWSER_IMAGE_BASE}
|
|||
# needed to add args to main build stage
|
||||
ARG BROWSER_VERSION
|
||||
|
||||
ENV PROXY_HOST=localhost \
|
||||
PROXY_PORT=8080 \
|
||||
PROXY_CA_URL=http://wsgiprox/download/pem \
|
||||
PROXY_CA_FILE=/tmp/proxy-ca.pem \
|
||||
DISPLAY=:99 \
|
||||
ENV DISPLAY=:99 \
|
||||
GEOMETRY=1360x1020x16 \
|
||||
BROWSER_VERSION=${BROWSER_VERSION} \
|
||||
BROWSER_BIN=google-chrome \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue