build: 添加 docker-compose.yml 配置文件用于部署 ittoview 服务

This commit is contained in:
史悦
2026-02-03 09:08:12 +08:00
parent 4fdc77e453
commit dae0049e86

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: '3.8'
services:
ittoview:
build:
context: .
dockerfile: Dockerfile
container_name: ittoview
ports:
- "8035:80"
restart: unless-stopped