File tree Expand file tree Collapse file tree 3 files changed +3
-19
lines changed Expand file tree Collapse file tree 3 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -8,22 +8,13 @@ services:
88 - .:/app:rw
99 volumes_from :
1010 - data
11- depends_on :
12- - postgres
1311 env_file : docker/ruby/.env
1412 container_name : criticalpathcss_ruby
1513
16- postgres :
17- image : postgres:10.1
18- ports :
19- - 5432:5432
20- volumes_from :
21- - data
22- env_file : ./docker/postgres/config
23-
2414 data :
25- image : postgres:10.1
15+ build :
16+ context : .
17+ dockerfile : docker/ruby/Dockerfile
2618 volumes :
27- - /var/lib/postgresql/data
2819 - /gems
2920 command : " true"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11RAILS_ENV = development
2- DATABASE_HOST = postgres
3- DATABASE_NAME = critical_path_css_development
4- DATABASE_USERNAME = docker
5- DATABASE_PASSWORD = docker
6- DATABASE_TEST_NAME = critical_path_css_test
You can’t perform that action at this time.
0 commit comments