fietensen / wafflemap

Educational Repository showcasing a Fullstack application including CI/CD pipeline
MIT License
0 stars 0 forks source link

Add docker compose override for development #15

Closed fietensen closed 3 months ago

fietensen commented 3 months ago

During development, wafflemap is running locally and not in a docker container but still requires the postgres server which is dockerized. An option to fix this is to add an docker-compose.dev.yml that sets a new entrypoint for the waffleapp service that does not do anything.