19 lines
514 B
YAML
19 lines
514 B
YAML
|
services:
|
||
|
cache-proxy:
|
||
|
image: 100.64.0.2/guochao/cache-proxy:20241218
|
||
|
build: .
|
||
|
|
||
|
pull_policy: always
|
||
|
restart: always
|
||
|
|
||
|
volumes:
|
||
|
- ./config.yaml:/etc/config.yaml:ro
|
||
|
- ./data:/data
|
||
|
ports:
|
||
|
- 8881:8881
|
||
|
environment:
|
||
|
- HTTPS_PROXY=http://100.64.0.23:7897
|
||
|
- HTTP_PROXY=http://100.64.0.23:7897
|
||
|
- ALL_PROXY=http://100.64.0.23:7897
|
||
|
- SENTRY_DSN=https://f67f22a7d459544ea705e3d7872d680b@o353589.ingest.us.sentry.io/4508486851166208
|
||
|
- LOG_LEVEL=trace
|