This is a monorepo of different services used around my house.
This assumes you have Docker installed on your machine.
cd
to the service you want to work on.- Run
docker-compose up -d
to deploy a development session to localhost - Make your changes
- Commit and push
- Run
docker-compose up -d
in the root folder