2022-10-30 10:40:49 +00:00
|
|
|
services:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
- 7775:7775
|
|
|
|
build: .
|
|
|
|
volumes:
|
|
|
|
- .:/app
|
2022-11-05 15:29:00 +00:00
|
|
|
environment:
|
|
|
|
- IWM_SERVER="http://make.fangam.es"
|
|
|
|
- IWM_THUMBNAILS="https://images.make.fangam.es"
|
2023-06-09 12:18:22 +00:00
|
|
|
# - IMGPROXY_URL="http://127.0.0.1:5851"
|
2023-06-09 12:16:48 +00:00
|
|
|
- 'IMGPROXY_PARAMS={"advanced":["q:50"]}'
|
2023-06-09 11:37:18 +00:00
|
|
|
- 'HTTP_PROXIES={"all://make.fangam.es": "http://squid:3128"}'
|
2023-06-09 12:16:48 +00:00
|
|
|
|
2023-06-09 12:18:22 +00:00
|
|
|
env_file:
|
|
|
|
- ./imgproxy.env
|
2023-06-09 12:16:48 +00:00
|
|
|
imgproxy:
|
2023-06-09 11:37:18 +00:00
|
|
|
image: 'darthsim/imgproxy'
|
|
|
|
ports:
|
|
|
|
- 5851:8080
|
|
|
|
squid:
|
|
|
|
image: 'ubuntu/squid'
|
|
|
|
environment:
|
|
|
|
- TZ=UTC
|
|
|
|
volumes:
|
|
|
|
- ./squid.conf:/etc/squid/squid.conf
|