Compare commits
No commits in common. "619f85a3f6e888c3f6a63d4d35cddc4ad683f5aa" and "90d4136fd4fad1843adfe3af015110b8c329f175" have entirely different histories.
619f85a3f6
...
90d4136fd4
3 changed files with 1 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
*.env
|
|
|
@ -8,12 +8,10 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- IWM_SERVER="http://make.fangam.es"
|
- IWM_SERVER="http://make.fangam.es"
|
||||||
- IWM_THUMBNAILS="https://images.make.fangam.es"
|
- IWM_THUMBNAILS="https://images.make.fangam.es"
|
||||||
# - IMGPROXY_URL="http://127.0.0.1:5851"
|
- IMGPROXY_URL="http://127.0.0.1:5851"
|
||||||
- 'IMGPROXY_PARAMS={"advanced":["q:50"]}'
|
- 'IMGPROXY_PARAMS={"advanced":["q:50"]}'
|
||||||
- 'HTTP_PROXIES={"all://make.fangam.es": "http://squid:3128"}'
|
- 'HTTP_PROXIES={"all://make.fangam.es": "http://squid:3128"}'
|
||||||
|
|
||||||
env_file:
|
|
||||||
- ./imgproxy.env
|
|
||||||
imgproxy:
|
imgproxy:
|
||||||
image: 'darthsim/imgproxy'
|
image: 'darthsim/imgproxy'
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
IMGPROXY_URL="http://127.0.0.1:5851"
|
|
Loading…
Reference in a new issue