Skip to content

Commit c73c643

Browse files
committed
Create a volume for postgres data so updates to postgres work
1 parent d8f7119 commit c73c643

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ services:
77
POSTGRES_PASSWORD: postgres
88
ports:
99
- ${DOCKER_POSTGRES_PORT-5432}:5432
10+
volumes:
11+
- pg_data:/var/lib/postgresql/data
1012

1113
arangodb:
1214
image: arangodb:3.8
@@ -38,3 +40,4 @@ services:
3840
volumes:
3941
arango_data:
4042
arango_apps:
43+
pg_data:

0 commit comments

Comments
 (0)