git submodule update --init --recursivegit submodule update --recursive --remotegit submodule add -b <branch_name> --name <submodule_name> <repository> <path>Example:
git submodule add -b main --name API_Authentication https://github.com/promo-isen-mediterranee/Authentification-LDAP.git API_AuthenticationExecute the following command:
docker compose up --build -d