Skip to content

Commit 3f47bac

Browse files
committed
Tweak compose files
1 parent f2954f7 commit 3f47bac

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: docker-compose.codespaces.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ services:
1313
init: true
1414

1515
volumes:
16+
gems:
1617
history:

Diff for: docker-compose.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ version: '3.7'
33
services:
44
postgres:
55
image: postgres:latest
6+
environment:
7+
- POSTGRES_HOST_AUTH_METHOD=trust
68
volumes:
79
- postgres-data:/var/lib/postgresql/data
8-
10+
911
volumes:
10-
postgres-data:
11-
gems:
12+
postgres-data:

0 commit comments

Comments
 (0)