feat: add opencut/io-paint/clash

This commit is contained in:
Sun-ZhenXing
2025-09-26 09:16:53 +08:00
parent 0b74e7bbe8
commit ed43eef637
17 changed files with 231 additions and 11 deletions

View File

@@ -0,0 +1,21 @@
x-default: &default
restart: unless-stopped
volumes:
- &localtime /etc/localtime:/etc/localtime:ro
- &timezone /etc/timezone:/etc/timezone:ro
logging:
driver: json-file
options:
max-size: 100m
services:
clash:
<<: *default
image: centralx/clash:${CLASH_VERSION:-1.18.0}
ports:
- "7880:80"
- "7890:7890"
volumes:
- *localtime
- *timezone
- ./config.yaml:/home/runner/.config/clash/config.yaml