File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ defaults: &defaults
5
5
- image : canonicalwebteam/dev:v1.6.4
6
6
- image : postgres
7
7
name : db
8
+ environment :
9
+ POSTGRES_HOST_AUTH_METHOD : " trust"
8
10
9
11
jobs :
10
12
test-site :
Original file line number Diff line number Diff line change 1
1
canonicalwebteam.versioned-static == 1.0.2
2
2
talisker [gunicorn ]== 0.15.0
3
- Django == 1.11.27
3
+ Django == 1.11.29
4
4
django-preserialize == 1.2.1
5
5
psycopg2 == 2.8.4
6
6
dj-database-url == 0.5.0
Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ start_django_db () {
183
183
--network ${network_name} ` # Use an isolated network` \
184
184
--network-alias db ` # Call this container "db" on the network so it can be found` \
185
185
--detach ` # Run in the background` \
186
+ --env POSTGRES_HOST_AUTH_METHOD=" trust" ` # Allow without a password` \
186
187
postgres ` # Use the image for node version 7`
187
188
fi
188
189
You can’t perform that action at this time.
0 commit comments