Repository for self hosted services with docker-compose
Go to file
2021-01-14 21:52:41 +01:00
gitea upgrade to postgres 13 (manual migration) 2021-01-09 20:30:27 +01:00
nextcloud Bind nginx.conf to nextcloud nginx instead of build container 2021-01-09 17:09:55 +01:00
proxy Initial commit 2021-01-09 16:40:33 +01:00
wallabag Initial commit 2021-01-09 16:40:33 +01:00
www Initial commit 2021-01-09 16:40:33 +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 Scripts to start, stop and pull all. 2021-01-14 21:52:41 +01:00
README.md Initial commit 2021-01-09 16:40:33 +01:00
start-all.sh Scripts to start, stop and pull all. 2021-01-14 21:52:41 +01:00
stop-all.sh Scripts to start, stop and pull all. 2021-01-14 21:52:41 +01:00

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