fix: update PostgreSQL and Authentik tags in env.prod.template for consistency

refactor: remove unused volumes from postgresql service in docker-compose files
This commit is contained in:
Philip Henning 2025-08-28 14:41:58 +02:00
parent bbf3f08be5
commit 70e68a2ed1
3 changed files with 63 additions and 70 deletions

View file

@ -13,8 +13,6 @@ services:
postgresql:
image: docker.io/library/postgres:${POSTGRES_TAG:?POSTGRES_TAG is not configured}
volumes:
- database:/var/lib/postgresql/data
networks:
- backend