initial commit

This commit is contained in:
Zhongheng Liu 2025-12-31 00:32:05 +00:00
commit 12113c2ee1
10 changed files with 313 additions and 0 deletions

6
docker-compose.yml Normal file
View file

@ -0,0 +1,6 @@
services:
blogsite:
image: custom/blogsite
build: ./src
networks:
- net