新增compose文件
This commit is contained in:
parent
c18f71fdd2
commit
5f4b0093f1
|
@ -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
|
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
galaxy_backend:
|
||||
build: ./GalaxyMusicHall_Backend
|
||||
ports:
|
||||
- 5001:5001
|
||||
galaxy_frontend:
|
||||
build: ./GalaxyMusicHall_TSFrontend
|
||||
ports:
|
||||
- 5002:5002
|
Loading…
Reference in New Issue