Repository for self hosted services with docker-compose
Find a file
2024-12-23 15:12:10 +01:00
firefoxsync treafik -> caddy 2024-12-06 16:02:20 +01:00
git treafik -> caddy 2024-12-06 16:02:20 +01:00
news treafik -> caddy 2024-12-06 16:02:20 +01:00
nextcloud fix healthcheck of nextcloud db 2024-12-23 15:12:10 +01:00
proxy Changes for nextcloud 30 2024-12-18 09:22:06 +01:00
push treafik -> caddy 2024-12-06 16:02:20 +01:00
rustdesk use full storage path not path to volumes 2024-10-24 14:07:46 +00:00
wallabag treafik -> caddy 2024-12-06 16:02:20 +01:00
.editorconfig Format Caddyfile 2024-12-10 13:45:54 +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 small improvements: script, nextclout, git 2024-06-26 10:14:14 +00:00
README.md remove monitoring stack 2024-10-15 11:42:48 +00:00
start-all.sh remove www from start script 2024-12-23 15:11:55 +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 v2 Plugin
  3. Clone this repository
  4. create .env file in each folder and set environment variables.
    Example:
    DOMAIN=example.com
    TRAEFIK_VERSION=2.4
    
  5. run *pull-all.sh" and *start-all.sh" scripts