Skip to content

Commit

Permalink
OPHYK-288 run kayttooikeus locally with postgres 16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tokarls committed Nov 22, 2024
1 parent bd7c1dc commit 4b81c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kayttooikeus-service/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
database:
container_name: kayttooikeus-db
image: postgres:13.4
image: postgres:16.4
environment:
- POSTGRES_DB=kayttooikeus
- POSTGRES_USER=oph
Expand All @@ -10,7 +10,7 @@ services:
- 5436:5432
test-database:
container_name: kayttooikeus-test-db
image: postgres:13.4
image: postgres:16.4
environment:
- POSTGRES_DB=kayttooikeus
- POSTGRES_USER=app
Expand Down

0 comments on commit 4b81c2b

Please sign in to comment.