8000 GitHub - AdoNBS/docker-socioboard: Docker-compose setup for starting SocioBoard
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AdoNBS/docker-socioboard

 
 

Repository files navigation

SocioBoard with Docker Compose

Table of Contents

  1. Description
  2. Setup
  3. Usage
  4. Reference
  5. Development
  6. Contributors

Description

Docker-compose setup for starting SocioBoard.

Setup

cd /opt
git clone https://github.com/solution-libre/docker-socioboard.git socioboard
cd socioboard

Declare environment variables or copy the .env.dist to .env, the .env.maria.dist to .env.maria and the .env.mongo.dist to .env.mongo and adjust its values.

Register a domain like 'socioboard.domain.tld' and theese subdomains 'api-00.socioboard.domain.tld', 'api-01.socioboard.domain.tld', 'api-02.socioboard.domain.tld', 'api-03.socioboard.domain.tld'.

Usage

cd /opt/socioboard
docker-compose up -d

Reference

Environment variables

HOSTNAME

The SocioBoard hostname. Default value: 'socioboard.domain.tld'

Development

Solution Libre's repositories are open projects, and community contributions are essential for keeping them great.

Fork this repo on GitHub

Contributors

The list of contributors can be found at: https://github.com/solution-libre/docker-socioboard/graphs/contributors

About

Docker-compose setup for starting SocioBoard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 80.2%
  • Dockerfile 19.8%
0