more .env stuff
This commit is contained in:
parent
70a7b5580d
commit
a83710e11f
1 changed files with 3 additions and 3 deletions
|
@ -5,14 +5,14 @@ services:
|
||||||
build: .
|
build: .
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
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:
|
||||||
|
- ./.env
|
||||||
imgproxy:
|
imgproxy:
|
||||||
image: 'darthsim/imgproxy'
|
image: 'darthsim/imgproxy'
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue