-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
26 lines (26 loc) · 1.11 KB
/
docker-compose.yml
File metadata and controls
26 lines (26 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
services:
cliproxyapi-cleaner:
image: ${CLIPROXY_IMAGE:-docker.io/kxmjj/cliproxyapi-cleaner:latest}
pull_policy: always
container_name: cliproxyapi-cleaner
restart: unless-stopped
ports:
- "28717:28717"
environment:
TZ: Asia/Shanghai
CLIPROXY_ALLOWED_HOSTS: "*"
CLIPROXY_COOKIE_SECURE: "false"
CLIPROXY_CONFIG_PATH: "/data/web_config.json"
CLIPROXY_STATE_FILE: "/data/CLIProxyAPI-cleaner-state.json"
CLIPROXY_REPORT_DIR: "/data/reports/cliproxyapi-auth-cleaner"
CLIPROXY_REPORT_ROOT: "/data/reports/cliproxyapi-auth-cleaner"
CLIPROXY_BACKUP_ROOT: "/data/backups/cliproxyapi-auth-cleaner"
CLIPROXY_WEB_LOG_PATH: "/data/logs/web.log"
CLIPROXY_CLEANER_LOG_PATH: "/data/logs/CLIProxyAPI-cleaner.log"
CLIPROXY_SUPERVISORCTL_CONFIG: "/app/docker/supervisord.conf"
# Optional first-boot helpers. Remove or leave empty after initialization.
# CLIPROXY_BASE_URL: "https://example.com/management.html"
# CLIPROXY_MANAGEMENT_KEY: "replace-me"
# CLIPROXY_CONSOLE_PASSWORD: "change-me-now"
volumes:
- ./docker-data:/data