mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
move git submodule of backend
This commit is contained in:
parent
b57d0699e3
commit
1b3fb81872
3 changed files with 5 additions and 4 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,4 +1,4 @@
|
|||
[submodule "VILLASweb-backend"]
|
||||
path = VILLASweb-backend
|
||||
url = ../../VILLASframework/VILLASweb-backend.git
|
||||
[submodule "backend"]
|
||||
path = backend
|
||||
url = git@git.rwth-aachen.de:VILLASframework/VILLASweb-backend.git
|
||||
branch = develop
|
||||
|
|
1
backend
Submodule
1
backend
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 22e594a848798a79f0ab90e6e0a6ff2fe3d91e8b
|
|
@ -15,7 +15,7 @@ services:
|
|||
restart: always
|
||||
|
||||
backend:
|
||||
build: VILLASweb-backend
|
||||
build: backend
|
||||
links:
|
||||
- database
|
||||
environment:
|
||||
|
|
Loading…
Add table
Reference in a new issue