tuwien-csd / damap-backend

MIT License
5 stars 6 forks source link

docker: move extra services to own file #242

Closed rekt-hard closed 3 months ago

rekt-hard commented 3 months ago

Description

What does this PR do?

Split docker-compose.yaml file. One compose file only includes the services. For development, it is usually not relevant to have an extra backend and frontend running, since the local development instances for backend and frontend are used.

To run only the extra services, the following command can be executed: docker-compose -f docker-compose-services.yaml up

Breaking changes

None

Code review focus

Dependencies

Checks

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud