Sign inSign up

datoma/rainloop

By datoma

Updated over 6 years ago

rainloop as docker container rebased on alpine

Image
0

314

datoma/rainloop repository overview

What is this ?

Rainloop is a simple, modern & fast web-based client. More details on the official website.

Features
  • Lightweight & secure image (no root process)
  • Based on Alpine
  • Latest Rainloop Community Edition (stable)
  • Contacts (DB) : sqlite, mysql or pgsql (server not built-in)
  • With Nginx and PHP7
  • Postfixadmin-change-password plugin
Build-time variables
  • GPG_FINGERPRINT : fingerprint of signing key
Ports
  • 8888
Environment variables
VariableDescriptionTypeDefault value
UIDrainloop user idoptional991
GIDrainloop group idoptional991
UPLOAD_MAX_SIZEAttachment size limitoptional25M
LOG_TO_STDOUTEnable nginx and php error logs to stdoutoptionalfalse
MEMORY_LIMITPHP memory limitoptional128M
Docker-compose.yml
# Full example :
# https://github.com/hardware/mailserver/blob/master/docker-compose.sample.yml

rainloop:
  image: hardware/rainloop
  container_name: rainloop
  volumes:
    - /mnt/docker/rainloop:/rainloop/data
  depends_on:
    - mailserver
How to setup

Rainloop-initial-configuration.md

cloned from

hardware/rainloop https://hub.docker.com/r/hardware/rainloop/

Tag summary

Content type

Image

Digest

Size

14.6 MB

Last updated

over 6 years ago

docker pull datoma/rainloop