appuio / appuio-cloud-reporting

Reporting for APPUiO Cloud
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add docker compose setup for local testing #10

Closed ccremer closed 2 years ago

ccremer commented 2 years ago

Summary

Checklist

ccremer commented 2 years ago

PR is currently based on #6 , to be rebased after merge

bastjan commented 2 years ago

I think with this step we should separate development databases and test databases (on the same server) more cleanly.

What do i need to do when developing locally? Copy the docker-compose with another port and find out how craetedb works?

ccremer commented 2 years ago

I've separated them using multiple compose files. Is that ok?

bastjan commented 2 years ago

I've separated them using multiple compose files. Is that ok?

yes 😊