aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-10-17 00:51:15 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-10-17 00:51:15 -0400
commitc99423725bbc5bbdcf6a433f27712377e4d4cc52 (patch)
tree43c2da79f9010074ec958db395b57efaf8659dfc
parent702033100e08eeab04d02342cab41731cbcb977a (diff)
downloaddispatch-tracker-c99423725bbc5bbdcf6a433f27712377e4d4cc52.tar.gz
dispatch-tracker-c99423725bbc5bbdcf6a433f27712377e4d4cc52.tar.xz
Add a bit of info on pulling the pre-built container image
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8351258..47937cf 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,23 @@ the companies I wrote this for some number of years ago.
Most of the features are here and the application fulfills the use case.
+## Running the demo:
+
+There are steps to build the container below, though I've published it, so you
+should be able to simply run:
+
+```shell
+$ docker run --rm \
+ -p 127.0.0.1:8080:8080 \
+ containers.riedstra.dev/dispatch-tracker:latest
+```
+
+Give it a solid 30 seconds or so, since the default configuration
+runs its own database, migrations, and then fills it with fake data
+and initial admin user account.
+
+These things can be tuned out with environment variables described in
+the `entrypoint.sh` file.
## Things to fix/add going forward: