Files
checkchan-dist/docker-compose.yml
T
EasyChen 98746b7baa up
2022-05-23 17:21:09 +08:00

16 lines
352 B
YAML

version: '2'
services:
api:
# build:
# context: ./
# dockerfile: ./Dockerfile
image: ccr.ccs.tencentyun.com/ftqq/checkchan:latest
volumes:
# - './api:/api'
- './data:/data'
ports:
- '8088:80'
environment:
- API_KEY=aPiKe1
- ERROR_IMAGE=NORMAL # NONE,NORMAL,FULL
- TZ=Asia/Chongqing