Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr authored Nov 7, 2023
1 parent 57d5736 commit 52f3a90
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ STAC Browser supports some non-standardized extensions to the STAC specification
2. A link with relation type `icon` and a Browser-supported media type in any STAC entity will show an icon in the header and the lists.

## Docker
### Create custom image

When building the Dockerfile, you can add the [`catalogUrl`](docs/options.md#catalogurl)
as a [build argument](https://docs.docker.com/engine/reference/commandline/build/#set-build-time-variables---build-arg). For example:
Expand All @@ -254,6 +255,18 @@ To run the container:
docker run -p 8080:8080 stac-browser:v1
```

### Use existing image
You can add an existing image from [Packages](https://github.com/GeoWerkstatt/stac-browser/pkgs/container/stac-browser) to your docker-compose.yml:
```
services:
stac-browser:
image: ghcr.io/geowerkstatt/stac-browser:latest
ports:
- 8080:8080
environment:
SB_catalogUrl: "https://localhost:7188"
```

## Contributing

We are happy to review and accept Pull Requests.
Expand Down

0 comments on commit 52f3a90

Please sign in to comment.