update docker files
This commit is contained in:
parent
f8aa7d5aab
commit
aa0a00bac2
@ -2,3 +2,6 @@
|
|||||||
|
|
||||||
data
|
data
|
||||||
__debug*
|
__debug*
|
||||||
|
|
||||||
|
config.yaml
|
||||||
|
compose.yaml
|
19
compose.yaml
Normal file
19
compose.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user