19 lines
482 B
YAML
19 lines
482 B
YAML
services:
|
|
cache-proxy:
|
|
image: 100.64.0.2/guochao/cache-proxy:20250121
|
|
build: .
|
|
|
|
pull_policy: always
|
|
restart: always
|
|
|
|
volumes:
|
|
- ./config.yaml:/config.yaml:ro
|
|
- ./data:/data
|
|
ports:
|
|
- 8881:8881
|
|
environment:
|
|
- HTTPS_PROXY=http://100.64.0.23:7890
|
|
- HTTP_PROXY=http://100.64.0.23:7890
|
|
- ALL_PROXY=http://100.64.0.23:7890
|
|
- SENTRY_DSN=http://3b7336602c77427d96318074cd86ee04@100.64.0.2:8000/2
|
|
- LOG_LEVEL=debug |