新增compose文件

This commit is contained in:
CattySteve 2024-05-01 13:53:57 +08:00
parent c18f71fdd2
commit 5f4b0093f1
No known key found for this signature in database
GPG Key ID: 12DE47937CA24CD3
4 changed files with 17 additions and 0 deletions

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "GalaxyMusicHall_Backend"]
path = GalaxyMusicHall_Backend
url = https://gitlink.org.cn/pig2014/GalaxyMusicHall_Backend.git
[submodule "GalaxyMusicHall_TSFrontend"]
path = GalaxyMusicHall_TSFrontend
url = https://gitlink.org.cn/pig2014/GalaxyMusicHall_TSFrontend.git

@ -0,0 +1 @@
Subproject commit 7173bcfa75a7bb66ec2c7b713ff823b4e4993ed4

@ -0,0 +1 @@
Subproject commit 4120cb65f1466d07c17dd806fa5963875299d39d

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
services:
galaxy_backend:
build: ./GalaxyMusicHall_Backend
ports:
- 5001:5001
galaxy_frontend:
build: ./GalaxyMusicHall_TSFrontend
ports:
- 5002:5002