MediaWiki deployment for rd13 – a self-hosted wiki running in Docker, served via a reverse proxy, with a MariaDB backend.
Find a file
2021-07-26 13:06:05 +02:00
maps-data docker fix and Tile tests 2021-07-26 13:06:05 +02:00
tile-server docker fix and Tile tests 2021-07-26 13:06:05 +02:00
.DS_Store docker fix and Tile tests 2021-07-26 13:06:05 +02:00
.gitignore docker fix and Tile tests 2021-07-26 13:06:05 +02:00
docker-compose-tile-server.yml docker fix and Tile tests 2021-07-26 13:06:05 +02:00
docker-compose.yml docker fix and Tile tests 2021-07-26 13:06:05 +02:00
dockerfile Update for new Extensions everything works but maps still makes problems cant visualy edit 2021-05-06 16:25:08 +02:00
example.LocalSettings.php Changed Tile Server Settings so it works on some devices. 2021-05-18 11:57:19 +02:00
example.uploads.ini Added .gitignore and switched to docker-compose with bind mounts for data persistance and changed file upload limit to 100MB 2021-01-02 10:03:34 +01:00
README.md docker fix and Tile tests 2021-07-26 13:06:05 +02:00
stack.yml Added .gitignore and switched to docker-compose with bind mounts for data persistance and changed file upload limit to 100MB 2021-01-02 10:03:34 +01:00

Install Instructions

$ sudo docker-compose up -d

Setup and use our own Tile Server

This is needed to use maps in extensions.

One way is to use the Tile Server Docker from here: https://hub.docker.com/r/klokantech/openmaptiles-server

To start use this command:

docker run --rm -it -v ./maps_data:/data -p 8091:80 klokantech/openmaptiles-server