feat:增加docker配置

This commit is contained in:
2025-09-18 16:09:49 +08:00
parent 44e6176150
commit 52c14f5f6f
23 changed files with 75 additions and 294 deletions

18
docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
name:
sweet-hut
services:
blog-ui:
image: cxx/blog-ui:0.0.1
container_name: blog-ui
ports:
- "82:80"
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- sweet-hut
restart: always
networks:
sweet-hut:
driver: bridge