Commit dcab211b authored by Mahmoud Zalt's avatar Mahmoud Zalt Committed by GitHub

Merge pull request #1094 from zuohuadong/patch-8

add pgadmin backup volumes
parents 586a225c 76001daf
......@@ -468,11 +468,14 @@ services:
build: ./pgadmin
ports:
- "5050:5050"
volumes:
- ${DATA_SAVE_PATH}/pgadmin-backup:/var/lib/pgadmin4/data/storage/pgadmin4
depends_on:
- postgres
networks:
- frontend
- backend
### ElasticSearch Container #################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment