Link environment variables reference Note: Environment variables are no longer the recommended method for connecting
Compose file reference The Compose file is a YAML file defining
Docker Compose Compose is a tool for defining and running multi-container Docker applications. To learn more about Compose refer to the following documentation:
Controlling startup order in Compose You can control the order of service startup with the
Environment file Compose supports declaring default environment variables in an environment file named .env placed in the folder docker-compose
Quickstart: Docker Compose and WordPress You can use Docker Compose to easily run WordPress in an isolated environment built with Docker containers
Networking in Compose Note: This document only applies if you’re using
Install Docker Compose You can run Compose on OS X, Windows and 64-bit Linux. To install it, you’ll need to install Docker first. To install Compose, do
Extending services and Compose files Compose supports two methods of sharing common configuration: Extending an entire Compose file
Quickstart: Docker Compose and Django This quick-start guide demonstrates how to use Docker Compose to set up and run a simple Django/PostgreSQL
Page 1 of 2