Upgrade: Use postgres 11.6 in docker-compose (#391)
This commit is contained in:
@@ -27,7 +27,7 @@ services:
|
|||||||
command: ["bundle", "exec", "rails", "s", "-p", "3000", "-b", "0.0.0.0"]
|
command: ["bundle", "exec", "rails", "s", "-p", "3000", "-b", "0.0.0.0"]
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:9.6
|
image: postgres:11.6
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- '5432:5432'
|
- '5432:5432'
|
||||||
@@ -51,4 +51,4 @@ volumes:
|
|||||||
redis:
|
redis:
|
||||||
bundle:
|
bundle:
|
||||||
packs:
|
packs:
|
||||||
node_modules_rails:
|
node_modules_rails:
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ services:
|
|||||||
- RAILS_ENV=development
|
- RAILS_ENV=development
|
||||||
entrypoint: docker/entrypoints/rails.sh
|
entrypoint: docker/entrypoints/rails.sh
|
||||||
command: ["bundle", "exec", "rails", "s", "-p", "3000", "-b", "0.0.0.0"]
|
command: ["bundle", "exec", "rails", "s", "-p", "3000", "-b", "0.0.0.0"]
|
||||||
|
|
||||||
webpack:
|
webpack:
|
||||||
<<: *base
|
<<: *base
|
||||||
build:
|
build:
|
||||||
@@ -61,7 +61,7 @@ services:
|
|||||||
command: bin/webpack-dev-server
|
command: bin/webpack-dev-server
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:9.6
|
image: postgres:11.6
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- '5432:5432'
|
- '5432:5432'
|
||||||
@@ -91,4 +91,4 @@ volumes:
|
|||||||
redis:
|
redis:
|
||||||
packs:
|
packs:
|
||||||
node_modules:
|
node_modules:
|
||||||
cache:
|
cache:
|
||||||
|
|||||||
Reference in New Issue
Block a user