Support Beanstalkd and Beanstalkd Console

Closes feature #38
This commit is contained in:
Mahmoud Zalt
2016-05-09 05:02:15 +03:00
parent 81f2602464
commit 12587bc712
4 changed files with 53 additions and 3 deletions

View File

@ -91,4 +91,21 @@ services:
ports:
- "6379:6379"
### Beanstalkd Container ####################################
beanstalkd:
build: ./beanstalkd
ports:
- "11300:11300"
privileged: true
### Beanstalkd-Console Container ############################
beanstalkd-console:
build: ./beanstalkd-console
ports:
- "2080:2080"
links:
- beanstalkd
### Add more Containers below ###############################