Skip to content

Commit b21788f

Browse files
committed
Clarify webmaps related services and it's initialization
1 parent bdee978 commit b21788f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/server/install/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,14 @@ Now tweak deployment settings by modifying environment variables. You have to fi
6565

6666
### Start WebMaps Stack
6767

68-
If you want to enable WebMaps stack for your <MainPlatformName /> deployment, make sure related environment variable are set and run:
68+
WebMaps consists of three more services (`mergin-qgis`, `mergin-qgis-extractor` and `mergin-qgis-nginx`) that you can run alongside <MainPlatformName /> main stack or independently in a new machine.
69+
Just make sure related `MAPS_*` [environment variables](../environment/#WebMaps) are set, namely `MAPS_ENABLED` (`True` by default).
70+
For convenience this stack is provided on a separate docker compose file, `docker-compose.maps.yml`.
71+
72+
To run the webmaps, simply run this command line:
6973
```shell
7074
$ docker-compose -f docker-compose.maps.yml -d up
75+
```
7176

7277
### Test deployment
7378

0 commit comments

Comments
 (0)