初始化

This commit is contained in:
yml
2026-06-02 15:31:09 +08:00
commit 3ea0c3db7d
16 changed files with 2832 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
hfb_show:
build:
context: ..
restart: unless-stopped
ports:
- "8090:80"
networks:
- hfb_sys_net
networks:
hfb_sys_net:
external: true