feat: add compose service for production deploy

This commit is contained in:
liumangmang
2026-03-26 16:53:17 +08:00
parent 7238aa9ca5
commit a1bf9e1d4b

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '3.8'
services:
myblog:
image: myblog:latest
build:
context: .
ports:
- '6666:80'
restart: unless-stopped