2024-12-18 14:18:47 +08:00
|
|
|
services:
|
|
|
|
cache-proxy:
|
2025-01-21 15:24:22 +08:00
|
|
|
image: 100.64.0.2/guochao/cache-proxy:20250121
|
2024-12-18 14:18:47 +08:00
|
|
|
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
|
2024-12-25 11:00:02 +08:00
|
|
|
- LOG_LEVEL=debug
|