Skip to content

Commit

Permalink
Had to go back to 13.2 since it's needed in order to extract old data
Browse files Browse the repository at this point in the history
  • Loading branch information
ALCooper12 authored and ddlees committed Oct 4, 2024
1 parent 98d8109 commit 18430cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- ui-only
- debug-api
- pg-only
image: docker.io/library/postgres:16.1
image: docker.io/library/postgres:13.2
environment:
- POSTGRES_USER=${BH_POSTGRES_USER:-bloodhound}
- POSTGRES_PASSWORD=${BH_POSTGRES_PASSWORD:-bloodhoundcommunityedition}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
services:
testdb:
restart: unless-stopped
image: docker.io/library/postgres:16.1
image: docker.io/library/postgres:13.2
command: "-c log_statement=all"
environment:
- POSTGRES_USER=bloodhound
Expand Down
2 changes: 1 addition & 1 deletion examples/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

services:
app-db:
image: docker.io/library/postgres:16.1
image: docker.io/library/postgres:13.2
environment:
- POSTGRES_USER=${POSTGRES_USER:-bloodhound}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-bloodhoundcommunityedition}
Expand Down
2 changes: 1 addition & 1 deletion examples/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ appdb:
appName: postgres
container:
name: postgres
image: docker.io/library/postgres:16.1
image: docker.io/library/postgres:13.2
env:
POSTGRES_USER: "bloodhound"
POSTGRES_PASSWORD: "bloodhoundcommunityedition"
Expand Down

0 comments on commit 18430cc

Please sign in to comment.