Repository for self hosted services with docker-compose
Go to file
2023-01-12 10:10:34 +01:00
firefoxsync docker compose v2 2023-01-12 10:10:34 +01:00
gitea docker compose v2 2023-01-12 10:10:34 +01:00
monitoring docker compose v2 2023-01-12 10:10:34 +01:00
nextcloud docker compose v2 2023-01-12 10:10:34 +01:00
proxy docker compose v2 2023-01-12 10:10:34 +01:00
wallabag docker compose v2 2023-01-12 10:10:34 +01:00
www docker compose v2 2023-01-12 10:10:34 +01:00
.editorconfig Initial commit 2021-01-09 16:40:33 +01:00
.gitignore Initial commit 2021-01-09 16:40:33 +01:00
LICENSE Initial commit 2021-01-09 16:40:33 +01:00
pull-all.sh docker compose v2 2023-01-12 10:10:34 +01:00
README.md README aktualisiert 2022-03-11 12:19:07 +01:00
start-all.sh docker compose v2 2023-01-12 10:10:34 +01:00
stop-all.sh docker compose v2 2023-01-12 10:10:34 +01:00

Selfhost of Services

Hosting the following web services using docker-compose on a public root server:

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

How to deploy

  1. Install Docker
  2. Install Docker-compose
  3. Clone this repository
  4. create .env file in each folder and set environment variables.
    Example:
    DOMAIN=example.com
    TRAEFIK_VERSION=2.4
    
  5. cd into each folder and docker-compose up -d