Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.47 KB

README.md

File metadata and controls

47 lines (33 loc) · 2.47 KB

ko-fi

awesome-docker

A curated list of compose samples to run in Docke instances.

These samples provide a starting point for how to integrate different services using in Docker Compose. You're invited to contribute.

Index of samples in this repository

If you're contributing, please, don't forget to modify this table and add info about your contribution.

Applications Description Author
Calibre Web This recipe enable you to run Calibre Web for storing, organizing and send eBooks to Kindle devices and others. Ignacio Van Droogenbroeck
InfluxDB, Grafana and Telegraf This recipe enable you to run three containers: InfluxDB 1.8, Telegraf and Grafana 7.0. Ignacio Van Droogenbroeck
InfluxDB v2 Beta This sample is a very simple docker-compose file to run InfluxDB v2 Beta. Ignacio Van Droogenbroeck
Traefik, Nextcloud and Postgress This recipe enable you to run NextCloud and Postgress as backend with Traefik support https and dashboard. Ignacio Van Droogenbroeck
Traefik Pilot Sample recipe to run Traefik with Pilot feature. Ignacio Van Droogenbroeck
Traefik Portainer CE 2.0 Portainer CE 2.0 behind Traefik as Reverse Proxy Ignacio Van Droogenbroeck
Traefik Custom SSL This recipe and configuration helps to deploy Traefik with custom ssl certificates. Ignacio Van Droogenbroeck

How start with Docker Compose.

Make sure you have docker and docker-compose installed

How to run a recipe

Just download one of this recipes and execute the following command:

$ docker-compose up -d

To stop and remove all containers deployed with an recipe, you only need to run:

$ docker-compose down

Contribute

To submit a new template, see our [contributing guide] (In Construction)

Support

If you need some help with any of this compose files, please, open a issue. See our [openning a issue guide] (In Construction)