Sign inSign up

kayvan/rainloop

By kayvan

Updated over 4 years ago

Image
0

312

kayvan/rainloop repository overview

hardware/rainloop

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

https://github.com/hardware/mailserver/wiki/Rainloop-initial-configuration

Tag summary

Content type

Image

Digest

Size

14.7 MB

Last updated

over 4 years ago

docker pull kayvan/rainloop