Create workspace container

the workspace container is based from Ubuntu 16.04
it includes PHP-CLI 7 - Git - cURL and Vim for now
This commit is contained in:
Mahmoud Zalt
2016-05-18 02:46:27 +03:00
parent 4edf941872
commit 504c9c59d5
2 changed files with 58 additions and 0 deletions

View File

@ -126,4 +126,11 @@ services:
links:
- beanstalkd
### Workspace Container #####################################
workspace:
build: ./workspace
volumes_from:
- data
### Add more Containers below ###############################