Docker Compose
The Compose file provides a way to document and configure all of the application's service dependencies (databases, queues, caches, web service APIs, etc). Using the Compose command line tool you can create and start one or more containers for each dependency with a single command.
Portainer 2.0 Update
Use this compose to update to Portainer 2.0 version: '2' services: portainer: image: ...
Install Snapdrop using Compose
Use this compose stack to install Snapdrop. Change ports as needed. More information can be found...
Install Droppy with Docker Compose
Droppy is a self-hosted file storage server with a web interface and capabilities to edit files a...
Backup Docker Containers using Resilio Sync
Resilio Sync is a proprietary peer-to-peer file synchronization tool available for Windows, Mac, ...
DashMachine 0.7 with Code Server
--- version: "2.1" services: dashmachine: image: rmountjoy/dashmachine0.7:latest c...
Install Wordpress using Docker Compose
This stack can be used to install Wordpress with a MySQL DB. Change the ports and volume binds as...
Monica HQ
This version will use the apache image and add a mysql container. The volumes are set to keep you...
OliveTin Linux Shell Web Interface
OliveTin OliveTin is a web interface for running Linux shell commands. Some example use cases;...
Setup ShareX to work with Xbackbone from Windows
XBackBone is a simple, self-hosted, lightweight PHP file manager that support the instant sharing...
Setup Vikunja using Docker Compose
Vikunja is an Open-Source, self-hosted To-Do list application for all platforms. It is licensed...
Setup and Install Kiwix Serve on Debian Systems
Kiwix Serve is a .zim compatible web server: it allows you to deliver .zim files over the HTTP pr...
Install Memo Notes via Docker Compose
Use this guide to setup and install Meemo with Docker Compose. See our review of Meemo. Setup ...
Install Polr Link Shortener with Docker Compose
Polr is a quick, modern, and open-source link shortener. It allows you to host your own URL short...