添加 docker-compose.yml

This commit is contained in:
XOF
2025-12-14 21:43:11 +08:00
parent 01ef4236b4
commit 7d4a922fef

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
htmlkit:
build: .
container_name: htmlkit
ports:
- "8080:8080"
volumes:
- ./pages:/app/pages
- ./config:/app/config
- ./.env:/app/.env:ro
env_file:
- .env
restart: unless-stopped
environment:
- TZ=Asia/Shanghai