diff --git a/README.md b/README.md index 52dc21e..0810a90 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
Automatic HTTPS and local domain routing for Docker Compose services using Traefik, DPS and Step-CA. @@ -118,9 +118,10 @@ docker compose exec step step ca provisioner update acme \ ### Create a shell script to start/stop general services -I often use `dbgate` to interact with databases. For services like that i setup a `services/compose.yml` inside this directory where I define each service i use with a custom profile so that i can start and stop them individually. +I often use tools like dbgate to interact with databases. For such utilities, I maintain a services/compose.yml file in this directory, where each service is defined with a custom profile. This setup allows me to start and stop individual services as needed. If you use the preconfigured services, you can add the following snippet to you `.bashrc`/`.zshrc` to easily start, stop, and manage the services. Make sure to update the `PROJECT_DIR` variable to point to the correct directory. + ```shell dev () { PROJECT_DIR="$HOME/Projects/dev/services"