Merge branch 'docker'

This commit is contained in:
ErickSkrauch
2016-05-10 01:55:37 +03:00
28 changed files with 710 additions and 48 deletions

View File

@@ -11,11 +11,11 @@ modules:
Yii2:
configFile: '../config/api/functional.php'
Redis:
host: localhost
host: redis
port: 6379
database: 1
AMQP:
host: localhost
host: rabbitmq
port: 5672
username: 'ely-accounts-tester'
password: 'tester-password'

View File

@@ -14,7 +14,7 @@ return [
],
'components' => [
'db' => [
'dsn' => 'mysql:host=localhost;dbname=ely_accounts_test',
'dsn' => 'mysql:host=db;dbname=ely_accounts_test',
],
'mailer' => [
'useFileTransport' => true,