Skip to content

Lindwen/docker-selfhosted-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

All my docker-hosted services with docker compose.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages