Skip to content

Commit

Permalink
Upgrade: Use postgres 11.6 in docker-compose (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavrajs authored and sojan-official committed Dec 26, 2019
1 parent 005ca62 commit 19b4311
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker-compose.production.yaml
Expand Up @@ -27,7 +27,7 @@ services:
command: ["bundle", "exec", "rails", "s", "-p", "3000", "-b", "0.0.0.0"]

postgres:
image: postgres:9.6
image: postgres:11.6
restart: always
ports:
- '5432:5432'
Expand All @@ -51,4 +51,4 @@ volumes:
redis:
bundle:
packs:
node_modules_rails:
node_modules_rails:
6 changes: 3 additions & 3 deletions docker-compose.yaml
Expand Up @@ -38,7 +38,7 @@ services:
- RAILS_ENV=development
entrypoint: docker/entrypoints/rails.sh
command: ["bundle", "exec", "rails", "s", "-p", "3000", "-b", "0.0.0.0"]

webpack:
<<: *base
build:
Expand All @@ -61,7 +61,7 @@ services:
command: bin/webpack-dev-server

postgres:
image: postgres:9.6
image: postgres:11.6
restart: always
ports:
- '5432:5432'
Expand Down Expand Up @@ -91,4 +91,4 @@ volumes:
redis:
packs:
node_modules:
cache:
cache:

0 comments on commit 19b4311

Please sign in to comment.