Deploy Your Own Wiki With XWiki
Steps
Create Docker Compose File
Create a docker-compose.yml file with the following content:
Create Environment File
Now create a .env
file at the same folder level as your docker-compose.yml
file with the following content.
Be sure to fill DB_PASSWORD
with strong random alphanumeric password.
DB_PASSWORD
.
Deploy
Deploy by running:
You should now see your wiki if you navigate to your host's IP address or hostname. Setting up through the web interface is pretty self-explanatory.
SSL
Please use a reverse proxy with SSL termination in order to implement an HTTPS connection from the user's browser to your network.
References
Last updated: 20th March 2023
First published: 19th March 2023
First published: 19th March 2023