Skip to content

Commit 9b95e30

Browse files
authored
chore: add postgresql to local docker compose (#1468)
1 parent 2780b4c commit 9b95e30

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ services:
6060
- --username=${POSTGRES_USER}
6161
- --password=${POSTGRES_PASSWORD}
6262
- --log-level=1
63+
- --classpath=postgresql-42.7.8.jar
6364
- update
6465
depends_on:
6566
postgres:
@@ -79,6 +80,7 @@ services:
7980
- --username=${POSTGRES_USER}
8081
- --password=${POSTGRES_PASSWORD}
8182
- --log-level=1
83+
- --classpath=postgresql-42.7.8.jar
8284
- update
8385
depends_on:
8486
postgres-test:

liquibase/postgresql-42.7.8.jar

1.06 MB
Binary file not shown.

0 commit comments

Comments
 (0)