Окончено внедрение докера для развёртывания dev-окружения

This commit is contained in:
ErickSkrauch
2016-05-10 01:49:50 +03:00
parent 7b7ed0ad51
commit 23d6975399
28 changed files with 425 additions and 117 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,