diff --git a/.gitmodules b/.gitmodules index 4cab793..86004f4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/backend b/backend new file mode 160000 index 0000000..22e594a --- /dev/null +++ b/backend @@ -0,0 +1 @@ +Subproject commit 22e594a848798a79f0ab90e6e0a6ff2fe3d91e8b diff --git a/docker-compose.yml b/docker-compose.yml index 32fffde..1cb4c64 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: restart: always backend: - build: VILLASweb-backend + build: backend links: - database environment: