update docker files

This commit is contained in:
guochao 2024-12-18 14:18:47 +08:00
parent f8aa7d5aab
commit aa0a00bac2
2 changed files with 23 additions and 1 deletions

View File

@ -1,4 +1,7 @@
.vscode
data
__debug*
__debug*
config.yaml
compose.yaml

19
compose.yaml Normal file
View File

@ -0,0 +1,19 @@
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