Compare commits
2 commits
90d4136fd4
...
619f85a3f6
Author | SHA1 | Date | |
---|---|---|---|
619f85a3f6 | |||
928bea723e |
3 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.env
|
|
@ -8,10 +8,12 @@ services:
|
|||
environment:
|
||||
- IWM_SERVER="http://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"]}'
|
||||
- 'HTTP_PROXIES={"all://make.fangam.es": "http://squid:3128"}'
|
||||
|
||||
env_file:
|
||||
- ./imgproxy.env
|
||||
imgproxy:
|
||||
image: 'darthsim/imgproxy'
|
||||
ports:
|
||||
|
|
1
imgproxy.env
Normal file
1
imgproxy.env
Normal file
|
@ -0,0 +1 @@
|
|||
IMGPROXY_URL="http://127.0.0.1:5851"
|
Loading…
Reference in a new issue