Revert "Bump postgres from 16-alpine to 18-alpine in /projects/tandoor"

This commit is contained in:
JG2401
2025-12-21 14:41:35 +01:00
committed by GitHub
parent b328a5f110
commit 9237fd2fb3

View File

@@ -19,7 +19,7 @@ services:
db: db:
container_name: tandoor_db container_name: tandoor_db
restart: unless-stopped restart: unless-stopped
image: postgres:18-alpine image: postgres:16-alpine
volumes: volumes:
- ./postgresql:/var/lib/postgresql/data - ./postgresql:/var/lib/postgresql/data
environment: environment: