Skip to content

Various Docker Compose examples of selfhosted projects

Notifications You must be signed in to change notification settings

onkuV/Compose-Examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compose-Examples

Various Docker Compose examples of selfhosted projects.

  • Volume bind mounts are assumed to be located at /mnt/docker-volumes/<container-name>/
  • Docker networks are not hardcoded and may have to be created or defined manually
  • Example config files are provided but not yet located in the correct volume bind mount path. Adjust!
  • Default credentials should be adjusted to your needs

Otherwise, it should be a matter of:

git clone https://github.com/Haxxnet/Compose-Examples && cd Compose-Examples
cd <container-of-interest>
docker compose up -d 

Dashboards

Password Management

Reverse Proxies

Virtual Private Network (VPN)

Domain Name Service (DNS)

Repository Management & Coding

Monitoring

Recipe Managers

Media Management

File Sharing

Publishing, Writing, Hosting

Analytics

Security & Vulnerability Management

Internet of Things / Smart Home

Asset Management

Backups

Wiki & Knowledge Base

About

Various Docker Compose examples of selfhosted projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 56.8%
  • PHP 43.2%