修改Compose

This commit is contained in:
CattySteve 2024-05-01 21:32:51 +08:00
parent 890d9629f5
commit ff314be325
No known key found for this signature in database
GPG Key ID: 12DE47937CA24CD3
3 changed files with 8 additions and 3 deletions

@ -1 +1 @@
Subproject commit 0b99f237c779dbd885788fcb0b8b2a5e38d3c601
Subproject commit 67e0a51e4e595f5486a1cb39b6d501a8a1a4f95f

@ -1 +1 @@
Subproject commit 4120cb65f1466d07c17dd806fa5963875299d39d
Subproject commit 8e584386cce473545e2f671a71dacc7d437f619e

View File

@ -5,6 +5,8 @@ services:
- 5001:5001
volumes:
- ./instance:/opt/galaxy/instance
dns:
- 223.5.5.5
galaxy_frontend:
build: ./GalaxyMusicHall_TSFrontend
ports:
@ -12,4 +14,7 @@ services:
links:
- galaxy_backend
depends_on:
- galaxy_backend
- galaxy_backend
networks:
default:
driver: bridge