update image tags; pin psql

This commit is contained in:
LRVT
2024-10-01 10:22:38 +02:00
parent fe124289a0
commit da67dae99b
11 changed files with 46 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ services:
db_recipes:
restart: always
container_name: tandoor_db
image: postgres:11-alpine
image: postgres:16-alpine
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/tandoor/postgresql:/var/lib/postgresql/data
env_file: