Skip to content

Commit 8230d49

Browse files
committed
cleanup: cleaning up docker-compose, adding correct volume information
1 parent 61f1348 commit 8230d49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ volumes:
44
postgres:
55

66
services:
7-
postgresql:
7+
postgres:
88
restart: always
9-
image: irobbierobinson/multi-postgres:latest
9+
image: irobbierobinson/multi-db-postgres:latest
1010
volumes:
11-
- ./pg-db-data:/bitnami/postgresql
11+
- ./pg-db-data:/var/lib/postgresql/data
1212
environment:
1313
- POSTGRES_PASSWORD=postgres
1414
- POSTGRES_USER=postgres
1515
- POSTGRES_DB=postgres
16-
- POSTGRES_ADDITIONAL_DATABASES=keycloak,flow-bpm
16+
- POSTGRES_ADDITIONAL_DATABASES=db,keycloak
1717
ports:
1818
- 5432:5432
1919
networks:

0 commit comments

Comments
 (0)