File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -43,4 +43,11 @@ The docker compose system starts three services:
43
43
- Nginx - the nginx web service, mounted to port 8080
44
44
- Redis - a redis database for caching
45
45
46
- The final web application is available at ` localhost:8080/marvin `
46
+ The final web application is available at ` localhost:8080/marvin `
47
+
48
+ ## Build and Tag Version
49
+
50
+ By default the marvin docker build will checkout the latest ` main ` branch of marvin on github and tag the image as ` marvin:latest ` . To
51
+ change this to a specific branch or tag of marvin, e.g. ` 2.8.0 ` or ` branch_name ` , set the ` MARVIN_TAG ` environment variable. Then
52
+ rebuild the system with ` docker compose up --build ` . This will checkout that branch or tag of the marvin repository and create
53
+ a new marvin docker image with that tag name.
You can’t perform that action at this time.
0 commit comments