You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/server/install/index.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,9 +65,14 @@ Now tweak deployment settings by modifying environment variables. You have to fi
65
65
66
66
### Start WebMaps Stack
67
67
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`.
0 commit comments