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:
8
8
- .:/app:rw
9
9
volumes_from :
10
10
- data
11
- depends_on :
12
- - postgres
13
11
env_file : docker/ruby/.env
14
12
container_name : criticalpathcss_ruby
15
13
16
- postgres :
17
- image : postgres:10.1
18
- ports :
19
- - 5432:5432
20
- volumes_from :
21
- - data
22
- env_file : ./docker/postgres/config
23
-
24
14
data :
25
- image : postgres:10.1
15
+ build :
16
+ context : .
17
+ dockerfile : docker/ruby/Dockerfile
26
18
volumes :
27
- - /var/lib/postgresql/data
28
19
- /gems
29
20
command : " true"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
RAILS_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