summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2022-01-14 09:11:02 +0100
committerErnst Widerberg <ernst@sunet.se>2022-01-14 09:11:02 +0100
commit98c83a8c25f75672e3e38bd522d722dbf3279273 (patch)
tree2229d3c884e4f611ed2f82e353d4eb08c908ffc6 /README.md
parent18e3990340a5015e118b52aabc530a3536b843a7 (diff)
Separate out env vars from quickstart.sh
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 907d566..40fdb1f 100644
--- a/README.md
+++ b/README.md
@@ -90,9 +90,7 @@ There are two docker-compose files used for development:
- `docker/docker-compose-dev.yaml` for the collector, and
- `auth-server-poc/docker-compose.yml` for the JWT server.
-To apply changes, build with `docker-compose build -f docker/docker-compose-dev.yaml` or `docker-compose -f auth-server-poc/docker-compose.yml` (depending on what has changed) and then restart the containers with `./quickstart.sh`.
-
-If you want to save build time you can also pass a service name to `docker-compose build`, i.e. `docker-compose build -f docker/docker-compose-dev.yaml collector`.
+To apply changes, `source env-vars.sh` and do e.g. `docker-compose -f docker/docker-compose-dev.yaml up -d --build collector`.
## JWT mechanics (work in progress)