Update postgres Docker tag to v18 #241

Open
renovate-bot wants to merge 1 commits from renovate/postgres-18.x into master
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 6c855009d6 - Show all commits

View File

@@ -13,7 +13,7 @@ services:
# PostgreSQL database service
audiomuse-ai-postgres:
image: postgres:15-alpine
image: postgres:18-alpine
container_name: audiomuse-postgres
env_file:
- .env

View File

@@ -18,7 +18,7 @@ services:
depends_on:
- shlink_db
shlink_db:
image: postgres:17
image: postgres:18
container_name: shlink_db
restart: always
volumes:

View File

@@ -16,7 +16,7 @@ services:
POSTGRES_USER: ${SPLIIT_POSTGRES_USER}
POSTGRES_PASSWORD: ${SPLIIT_POSTGRES_PASSWORD}
spliit_db:
image: postgres:17
image: postgres:18
restart: always
volumes:
- ${SPLIIT_POSTGRES_DIR}:/var/lib/postgresql/data