Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

danielheene/docker-core-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-core-stack

A small docker-compose stack which I use as basic setup for my non-production docker environments.

Services

  • portainer - as management-gui
  • watchtower - as auto updater for containers
  • docker-gc - as garbage collector for docker
  • traefik - as reverse proxy or load balancer
  • a catch-all container based on nginx and hml5bp's 404-page
  • ctop - as command that runs inside a container

docker-compose

  • copy .env.example to .env
  • adjust containing variables
  • run make init for creating configuration structure
  • run docker-compose up -d

License

MIT