Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Feb 22, 2024
1 parent 869000a commit 4ec2585
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,11 @@ The docker compose system starts three services:
- Nginx - the nginx web service, mounted to port 8080
- Redis - a redis database for caching

The final web application is available at `localhost:8080/marvin`
The final web application is available at `localhost:8080/marvin`

## Build and Tag Version

By default the marvin docker build will checkout the latest `main` branch of marvin on github and tag the image as `marvin:latest`. To
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
rebuild the system with `docker compose up --build`. This will checkout that branch or tag of the marvin repository and create
a new marvin docker image with that tag name.

0 comments on commit 4ec2585

Please sign in to comment.