Sign inSign up

mrrsm/rainloop

By mrrsm

Updated over 5 years ago

Alpine based docker container to run the latest version of rainloop.

Image
0

179

mrrsm/rainloop repository overview

License Badge

Rainloop Docker

Description

Installs the lastest rainloop community package and it's dependancies in a docker container and provides a docker-compose file to make it easy to run.

Table of Contents

Installation/Running

Docker compose
  1. Clone Repo

  2. Run

    docker-compose up -d

Docker
  1. Clone Repo

  2. Run

    docker build -t rainloop .

  3. Run the following making sure to change the full path of the data dir to the data dir in this folder (or wherever you want to store your persistant data)

    docker run -p 8000:80 -v /full/path/to/data:/var/www/rainloop/data rainloop

License

This project is covered under the MIT license. See the LICENSE file.

Tag summary

Content type

Image

Digest

Size

16.3 MB

Last updated

over 5 years ago

docker pull mrrsm/rainloop