add submodules

This commit is contained in:
2023-11-04 17:12:49 -03:00
parent 95a85be35d
commit 9ef644702b
5 changed files with 10 additions and 3 deletions
+6
View 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
Submodule
+1
Submodule Express added at 9916a85a0a
Submodule
+1
Submodule Spring added at dedb3c1a24
+2 -2
View File
@@ -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"
Submodule tcc-express deleted from 504b59278f