Go to file
Christopher Puschmann e48ae45ca1 Initial commit 2017-12-16 01:08:45 +01:00
nginx Initial commit 2017-12-16 01:08:45 +01:00
node Initial commit 2017-12-16 01:08:45 +01:00
.gitignore Initial commit 2017-12-16 01:08:45 +01:00
README.md Initial commit 2017-12-16 01:08:45 +01:00
docker-compose.yml Initial commit 2017-12-16 01:08:45 +01:00

README.md

Selfhosting Trashmail API

Basic self hosting trashmail API using docker NodeJS, Redis, NGINX + LUA

Requirements

Installation

You need to set permissions right to allow npm to run npm install

chmod -R 777 node
docker-compose up

Use the -d option to run the containers in daemon mode, and docker-compose logs -f to watch logs