Adapt new config file changes
Fix script name
Add working-directory
Run docker-compose exec in the background
Test Github actions working-directory behaviour
Revert previous test
Change shebang path
Add some debug information to workflow
Disable pseudo-tty allocation
Fix variable name
* Add dev-microservice branch to CI workflow and adapt ports in Dockerfile
* Added new microservices and related files to Docker Compose deployment
* Add centralized location for certs and add script for include ca cert in containers system trust store
* Re-add exposed ports to Dockerfile
* Add ucentralsec DB env variables to correct file
* Fix rttys cert location and add-ca-cert.sh script
* Adapt .gitignore to new directory structure
* Update README.md
* Update README.md
* Use uCentralGW master tag by default since branch will be merged anyway
* Add workflow for Docker Compose deployment
Re-tag and push image with master tag when check succeeds and rename workflow file to avoid confusion
Fix cleanup workflow for PR branches with slashes
Remove image re-tagging since pushing master image on pull request can conflict with master branch builds
Put Docker Compose deployment in the same workflow as image build and remove obsolete login to registry
Bash can't do redirections to multiple targets
Use sudo to install necessary package
Update Docker Compose ucentral.properties to reflect recent changes
Remove package install step since it is already present
Add some debug output
Display debug information even if previous step failed
Remove commit specific project name since every workflow runs on different VMs anyway
Enable health check to wait for uCentralGW to get ready
Remove pull request event condition and fix health check script
Add more output to debug Github actions
Echo variables before curl request
Hardcode ucentral hostname and include issuer certificate in restapi-ca.pem
Remove some debug output
* Set working-directory and get logs of all Docker Compose containers