/docker-selfhosted-apps

All my docker-hosted services with docker compose.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

docker-selfhosted-apps

Picture from my homepage take by Aless.

Yaml Lint GitHub Repo stars

Welcome to this guide where you'll find all my services hosted on docker with docker compose configured to work with homepage and watchtower.

I use Nginx-Proxy-Manager to manage my reverse proxy and my SSL certificates.

How to use it

Each folder in compose-files named by the service name contains (or can contain):

  • docker-compose.yml: configuration file for docker-compose
  • .env.dist: environment variables file
  • * configuration files *: configuration files for the service

Prerequisites

Run

  • If necessary, configure the file containing environment variables: .env (you must rename the .env.dist file to .env).
  • Launch the docker-compose.yml:
sudo docker compose up -d
  • View container logs:
sudo docker compose logs -f
  • Stop containers:
sudo docker compose down

Credits

This guide is inspired by the work of the following people: