dotsmesh / dotsmesh-server-php

This is the source code of the software that powers the Dots Mesh hosts. It's responsible for storing and delivering the data for the public profiles and groups.
https://about.dotsmesh.com
GNU General Public License v3.0
7 stars 1 forks source link

Docker Image #1

Open ghost opened 4 years ago

ghost commented 4 years ago

Could we get an Docker Image if we want to Selfhost this?

I could write a Docker image for it. With some configs pre-configured. If your open to it.

ivopetkov commented 4 years ago

Sounds great. Thank you.

This is a file with an example configuration:

<?php

define('DOTSMESH_SERVER_DATA_DIR', 'PATH_TO_INSTALL_DIR/server-data');
define('DOTSMESH_SERVER_LOGS_DIR', 'PATH_TO_INSTALL_DIR/server-logs');
define('DOTSMESH_SERVER_HOSTS', 'example.com');

require 'PATH_TO_INSTALL_DIR/app/index.php';