Skip to content

Commit

Permalink
Merge release/v1.4.0 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
synbot authored Oct 3, 2017
2 parents d482fc0 + 49ede6f commit aef3a7d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [v1.4.0](https://github.com/synapsestudios/oidc-platform/compare/v1.3.1...release/v1.4.0) - 2017-10-3
### Added
- [#127](https://github.com/synapsestudios/oidc-platform/pull/127) Update mysql config to be closer to AWS RDS mysql

## [v1.3.1](https://github.com/synapsestudios/oidc-platform/compare/v1.3.0...release/v1.3.1) - 2017-10-2
### Added
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile.mysql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM mysql:5.7.16

COPY ./mysql.cnf /etc/mysql/conf.d/custom.cnf
6 changes: 4 additions & 2 deletions docker-compose.mysql.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
version: '2'
services:
mysql:
image: mysql:5.7.16
build:
context: .
dockerfile: Dockerfile.mysql
env_file:
- ./common.env
- ./common.env
environment:
- MYSQL_DATABASE=database
- MYSQL_ROOT_PASSWORD=root
Expand Down
2 changes: 2 additions & 0 deletions mysql.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[mysqld]
sql_mode = NO_ENGINE_SUBSTITUTION

0 comments on commit aef3a7d

Please sign in to comment.