Merge branch 'hotfix/1.6.2'

This commit is contained in:
Sojan 2020-07-14 11:37:09 +05:30
commit a3d14c1884
3 changed files with 3 additions and 13 deletions

View file

@ -37,17 +37,7 @@
}
},
"image": "heroku/ruby",
"addons": [
{
"plan": "heroku-redis"
},
{
"plan": "heroku-postgresql",
"options": {
"version": "9.5"
}
}
],
"addons": [ "heroku-redis", "heroku-postgresql"],
"buildpacks": [
{
"url": "heroku/ruby"

View file

@ -39,7 +39,7 @@ services:
command: ['bundle', 'exec', 'sidekiq', '-C', 'config/sidekiq.yml']
postgres:
image: postgres:11.6
image: postgres:12
restart: always
ports:
- '5432:5432'

View file

@ -82,7 +82,7 @@ services:
command: bin/webpack-dev-server
postgres:
image: postgres:11.6
image: postgres:12
restart: always
ports:
- '5432:5432'