feat : init webAPI project

This commit is contained in:
2025-07-31 14:36:37 +08:00
parent 801963db44
commit f2389b9dd1
13 changed files with 713 additions and 0 deletions

7
compose.yaml Normal file
View File

@@ -0,0 +1,7 @@
services:
fubon-api:
image: fubon-api
build:
context: .
dockerfile: Dockerfile