cache-proxy/compose.yaml
2025-01-30 23:58:59 +08:00

19 lines
510 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=https://f67f22a7d459544ea705e3d7872d680b@o353589.ingest.us.sentry.io/4508486851166208
- LOG_LEVEL=debug