mirror of
https://github.com/ivanch/tcc.git
synced 2025-01-18 04:42:28 +00:00
add submodules
This commit is contained in:
parent
95a85be35d
commit
9ef644702b
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
[submodule "Spring"]
|
||||
path = Spring
|
||||
url = git@github.com:horakhy/springtcc.git
|
||||
[submodule "Express"]
|
||||
path = Express
|
||||
url = git@github.com:horakhy/tcc-express.git
|
1
Express
Submodule
1
Express
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 9916a85a0a6b101eb9b3010dc232745b1bd66d73
|
1
Spring
Submodule
1
Spring
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit dedb3c1a24270a3544e84d7e3bbbe9c331fc6270
|
@ -40,7 +40,7 @@ services:
|
||||
tcc-express:
|
||||
image: tcc:express
|
||||
container_name: tcc-express
|
||||
build: ./tcc-express
|
||||
build: ./Express
|
||||
restart: always
|
||||
ports:
|
||||
- "9084:5000"
|
||||
@ -52,7 +52,7 @@ services:
|
||||
tcc-spring:
|
||||
image: tcc:spring
|
||||
container_name: tcc-spring
|
||||
build: ./springtcc
|
||||
build: ./Spring
|
||||
restart: always
|
||||
ports:
|
||||
- "9085:8080"
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 504b59278f6024219814649f2715b70561251c65
|
Loading…
x
Reference in New Issue
Block a user