2015-07-06 12:46:43 +08:00
|
|
|
mysql:
|
|
|
|
|
image: mysql
|
|
|
|
|
ports:
|
|
|
|
|
- "3306:3306"
|
|
|
|
|
environment:
|
2015-07-06 13:20:25 +08:00
|
|
|
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
2015-07-06 12:46:43 +08:00
|
|
|
|
|
|
|
|
memcached:
|
|
|
|
|
image: memcached
|
|
|
|
|
ports:
|
|
|
|
|
- "11211:11211"
|
|
|
|
|
|
|
|
|
|
postgres:
|
|
|
|
|
image: postgres
|
|
|
|
|
ports:
|
|
|
|
|
- "5432:5432"
|
2015-07-06 13:20:25 +08:00
|
|
|
environment:
|
|
|
|
|
POSTGRES_USER: ubuntu
|