Skip to content

Commit

Permalink
Revert to postgres 15 to match debian bookworm version
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkcuys committed Apr 17, 2024
1 parent fbbee13 commit 252a3bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: start postgres container

run: docker run -d --name=postgres -e POSTGRES_PASSWORD=password postgres:16
run: docker run -d --name=postgres -e POSTGRES_PASSWORD=password postgres:15

- name: start selenium container
run: docker run -d --name=selenium --shm-size="2g" -e SCREEN_HEIGHT=2048 selenium/standalone-chrome:4.0.0-20211102
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
services:
postgres:
image: postgres:16
image: postgres:15
ports:
- 5432:5432
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
volumes:
- ./compose/postgres-16:/var/lib/postgresql/data
- ./compose/postgres-15:/var/lib/postgresql/data
rabbitmq:
image: rabbitmq:3
email:
Expand Down

0 comments on commit 252a3bf

Please sign in to comment.