Merge pull request #1094 from zuohuadong/patch-8
add pgadmin backup volumes
This commit is contained in:
commit
dcab211b07
@ -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 #################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user