git submodule update --init --recursive
git submodule update --recursive --remote
git 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_Authentication
Execute the following command:
docker compose up --build -d