use postgres 15

This commit is contained in:
j 2024-01-07 19:15:27 +01:00
parent d02055d85e
commit 037be04549
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ services:
restart: unless-stopped
db:
image: postgres:latest
image: postgres:15
networks:
- backend
env_file: .env