mirror of
https://github.com/easychen/checkchan-dist.git
synced 2026-08-29 02:09:00 +08:00
22 lines
485 B
YAML
Executable File
22 lines
485 B
YAML
Executable File
version: '3'
|
|
services:
|
|
chrome:
|
|
build: ./
|
|
volumes:
|
|
- "./data:/checkchan/data"
|
|
environment:
|
|
- "CKC_PASSWD=123"
|
|
- "VDEBUG=OFF"
|
|
- "VNC=OFF"
|
|
#- "WIN_WIDTH=414"
|
|
#- "WIN_HEIGHT=896"
|
|
#- "XVFB_WHD=500x896x16"
|
|
- "API_KEY=aPiKe1"
|
|
- "ERROR_IMAGE=NORMAL" # NONE,NORMAL,FULL
|
|
#- "SNAP_URL_BASE=http://..."
|
|
#- "SNAP_FULL=1"
|
|
- TZ=Asia/Chongqing
|
|
ports:
|
|
- "5900:5900"
|
|
- "8080:8080"
|
|
- "8088:80" |