Upgrade postgres dbs

This commit is contained in:
Florian Zirker 2024-10-15 11:16:14 +00:00
parent 70131bb682
commit 80e0bd3041
2 changed files with 4 additions and 6 deletions

View file

@ -30,7 +30,7 @@ services:
db:
image: postgres:13
image: postgres:${POSTGRES_VERSION}
restart: unless-stopped
environment:
- POSTGRES_USER=${POSTGRES_USER}
@ -40,7 +40,6 @@ services:
- firefoxsync
volumes:
- ${VOLUMES_PATH}/firefoxsync/db:/var/lib/postgresql/data
user: ${UID}:${GID}
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"]
interval: 10s