We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5197f9b + 473536f commit c5346c2Copy full SHA for c5346c2
hokusai/development.yml
@@ -30,7 +30,7 @@ services:
30
- rosalind-postgres
31
- rosalind-redis
32
rosalind-postgres:
33
- image: postgres:12.5-alpine
+ image: postgres:14.12-alpine
34
environment:
35
- POSTGRES_DB=rosalind_development
36
- PGDATA=/tmp
hokusai/test.yml
@@ -10,7 +10,7 @@ services:
10
- RAILS_ENV=test
11
- DATABASE_URL=postgresql://postgres:@rosalind-postgres/rosalind_test
12
13
14
15
- POSTGRES_DB=rosalind_test
16
- POSTGRES_HOST_AUTH_METHOD=trust
0 commit comments