selfhost/README.md
2021-01-09 16:40:33 +01:00

946 B

Selfhost of Services

Hosting the following web services using docker-compose.

As a reverse proxyy Traefik is used. Traefik also secures all Services with TLS and redirects all HTTP requests to HTTPS. SSL certificates are automatically generated using Let's Encrypt

Deploy it

  1. Install Docker
  2. Install Docker-compose
  3. Clone this repository
  4. create .env file in each folder and set environment variables
  5. cd into folder
  6. docker-compose up -d