Make pgadmin config persistent and backups accesible for pgadmin

This commit is contained in:
Abel Serrano Juste 2023-05-24 16:07:02 +02:00 committed by GitHub
parent 0504dc22bd
commit e76347df00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,8 @@ services:
- *pgadmin-port
volumes:
- pgadmin-config:/pgadmin4-config
- pgadmin:/var/lib/pgadmin
- *bk-location
depends_on:
- postgres
- pgadmin-config
@ -84,3 +86,4 @@ services:
volumes:
pgadmin-config:
pgadmin: