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:
parent
bbf3f08be5
commit
70e68a2ed1
3 changed files with 63 additions and 70 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue