mirror of
https://github.com/ivanch/tcc.git
synced 2025-08-25 07:11:50 +00:00
add submodules
This commit is contained in:
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
Submodule Express added at 9916a85a0a
1
Spring
Submodule
1
Spring
Submodule
Submodule Spring added at dedb3c1a24
@@ -40,7 +40,7 @@ services:
|
|||||||
tcc-express:
|
tcc-express:
|
||||||
image: tcc:express
|
image: tcc:express
|
||||||
container_name: tcc-express
|
container_name: tcc-express
|
||||||
build: ./tcc-express
|
build: ./Express
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "9084:5000"
|
- "9084:5000"
|
||||||
@@ -52,7 +52,7 @@ services:
|
|||||||
tcc-spring:
|
tcc-spring:
|
||||||
image: tcc:spring
|
image: tcc:spring
|
||||||
container_name: tcc-spring
|
container_name: tcc-spring
|
||||||
build: ./springtcc
|
build: ./Spring
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "9085:8080"
|
- "9085:8080"
|
||||||
|
Submodule tcc-express deleted from 504b59278f
Reference in New Issue
Block a user