Skip to content

Commit

Permalink
Fix DB plugin name for multi-role. (#214)
Browse files Browse the repository at this point in the history
Replaces #210.
Fixes #209.
  • Loading branch information
robholland authored Nov 7, 2024
1 parent 8c71f07 commit ee6083c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose-multirole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ services:
depends_on:
- temporal-history
environment:
- DB=postgresql
- DB=postgres12
- DB_PORT=${POSTGRES_DEFAULT_PORT}
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PWD=${POSTGRES_PASSWORD}
Expand Down Expand Up @@ -128,7 +128,7 @@ services:
depends_on:
- temporal-matching
environment:
- DB=postgresql
- DB=postgres12
- DB_PORT=${POSTGRES_DEFAULT_PORT}
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PWD=${POSTGRES_PASSWORD}
Expand Down Expand Up @@ -162,7 +162,7 @@ services:
depends_on:
- temporal-matching
environment:
- DB=postgresql
- DB=postgres12
- DB_PORT=${POSTGRES_DEFAULT_PORT}
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PWD=${POSTGRES_PASSWORD}
Expand Down Expand Up @@ -199,7 +199,7 @@ services:
depends_on:
- temporal-nginx
environment:
- DB=postgresql
- DB=postgres12
- DB_PORT=${POSTGRES_DEFAULT_PORT}
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PWD=${POSTGRES_PASSWORD}
Expand Down

0 comments on commit ee6083c

Please sign in to comment.