danielheene / docker-core-stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Makefile 100.0%