We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f1348 commit 8230d49Copy full SHA for 8230d49
docker-compose.yml
@@ -4,16 +4,16 @@ volumes:
4
postgres:
5
6
services:
7
- postgresql:
+ postgres:
8
restart: always
9
- image: irobbierobinson/multi-postgres:latest
+ image: irobbierobinson/multi-db-postgres:latest
10
volumes:
11
- - ./pg-db-data:/bitnami/postgresql
+ - ./pg-db-data:/var/lib/postgresql/data
12
environment:
13
- POSTGRES_PASSWORD=postgres
14
- POSTGRES_USER=postgres
15
- POSTGRES_DB=postgres
16
- - POSTGRES_ADDITIONAL_DATABASES=keycloak,flow-bpm
+ - POSTGRES_ADDITIONAL_DATABASES=db,keycloak
17
ports:
18
- 5432:5432
19
networks:
0 commit comments