Commit cf5b1af3 authored by Jeff's avatar Jeff

Fixes #353 and allows easier dev & prod environments by splitting dev-specific...

Fixes #353 and allows easier dev & prod environments by splitting dev-specific configuration into a separate docker-compose.
parent 9877f045
version: "2"
services:
### Applications Code Container #############################
applications:
volumes:
- ${APPLICATION}:/var/www
......@@ -6,8 +6,6 @@ services:
applications:
image: tianon/true
volumes:
- ${APPLICATION}:/var/www
### Workspace Utilities Container ###########################
......
......@@ -2,6 +2,11 @@
# General Setup
###########################################################
### Docker compose files ###############################################################################################
# Select which docker-compose files to include.
COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml
### Application Path ###################################################################################################
# Point to your code, will be available at `/var/www`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment