Skip to content

Commit

Permalink
feat: Bump to TileServerGL v3.1.1 (close #256)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Sep 30, 2021
1 parent f62c584 commit cbd9868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ TELERAY_CONSTRAINTS="node.role==worker"

# TileServer GL
TILESERVERGL_IMAGE=maptiler/tileserver-gl
TILESERVERGL_TAG=v3.0.0
TILESERVERGL_TAG=v3.1.1
TILESERVERGL_DATA_PATH=/mnt/data0/tileservergl_data
TILESERVERGL_REPLICAS=1
TILESERVERGL_CONSTRAINTS="node.labels.tileservergl==true"
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ The **MapProxy** service is preconfigured to run [Gunicorn](https://gunicorn.org

| Variable | Description | Default value |
| --- | --- | --- |
| `TILESERVERGL_IMAGE` | The image to be used. | `klokantech/tileserver-gl` |
| `TILESERVERGL_TAG` | The version to be used. | `v3.0.0` |
| `TILESERVERGL_IMAGE` | The image to be used. | `maptiler/tileserver-gl` |
| `TILESERVERGL_TAG` | The version to be used. | `v3.1.1` |
| `TILESERVERGL_DATA_PATH` | The path to the data. | `/mnt/data0/tileservergl_data` |
| `TILESERVERGL_REPLICAS` | The number of replicas. | `1` |

Expand Down

0 comments on commit cbd9868

Please sign in to comment.