Repository for self hosted services with docker-compose
gitea | ||
nextcloud | ||
proxy | ||
wallabag | ||
www | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
pull-all.sh | ||
README.md | ||
start-all.sh | ||
stop-all.sh |
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
- Install Docker
- Install Docker-compose
- Clone this repository
- create .env file in each folder and set environment variables
- cd into folder
- docker-compose up -d