Skip to content

Commit

Permalink
Change temporal db to postgres12
Browse files Browse the repository at this point in the history
  • Loading branch information
HamadaSalhab committed Sep 21, 2024
1 parent 5ab9e3a commit 9de0a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
temporal-db:
condition: service_started
environment:
- DB=${TEMPORAL_POSTGRES_DB:-postgres12}
- DB=postgres12
- DB_PORT=${TEMPORAL_POSTGRES_PORT:-5432}
- DB_HOST=${TEMPORAL_POSTGRES_HOST:-temporal-db}
- POSTGRES_USER=${TEMPORAL_POSTGRES_USER:-temporal}
Expand Down

0 comments on commit 9de0a06

Please sign in to comment.