https://github.com/blacha/basemaps-docker
Example of running linz/basemaps in a docker container
https://github.com/blacha/basemaps-docker
Last synced: 8 months ago
JSON representation
Example of running linz/basemaps in a docker container
- Host: GitHub
- URL: https://github.com/blacha/basemaps-docker
- Owner: blacha
- Created: 2022-05-27T21:39:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T01:56:08.000Z (over 3 years ago)
- Last Synced: 2025-01-14T11:47:26.152Z (10 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of running [linz/basemaps](https://github.com/linz/basemaps) as a docker container
This needs [@basemaps/server](https://www.npmjs.com/package/@basemaps/server) v6.27.0 to be published first, as of 2022-05-28 the lates version is v6.26.
Start a collection of basemaps servers and put them behind a nginx reverse proxy
```
docker-compose up --scale bms=5
```