developmentseed / eoapi-devseed

Custom eoAPI framework example for DevelopmentSeed
https://eoapi.dev/customization/
MIT License
5 stars 2 forks source link

Use Docker Compose Watch #9

Closed alukach closed 1 month ago

alukach commented 1 month ago

What I am changing

In this PR, we enable Docker Compose Watch. From the docs:

The watch attribute automatically updates and previews your running Compose services as you edit and save your code. For many projects, this enables a hands-off development workflow once Compose is running, as services automatically update themselves when you save your work.

How I did it

[!NOTE] Unfortunately, this does not restart services when environment variables are changed in the docker-compose.yml file. I am unsure how to do that with docker compose watch.

How you can test it

Related Issues

-