[docker] pgadmin volume to persist settings when upgrading

parent c4dbca1a
Pipeline #4162 passed with stages
in 72 minutes and 3 seconds
...@@ -48,6 +48,8 @@ services: ...@@ -48,6 +48,8 @@ services:
- postgres - postgres
links: links:
- postgres - postgres
volumes:
- pgadmin:/var/lib/pgadmin
corenlp: corenlp:
image: 'cgenie/corenlp-garg' image: 'cgenie/corenlp-garg'
...@@ -65,3 +67,4 @@ volumes: ...@@ -65,3 +67,4 @@ volumes:
#garg-pgdata: #garg-pgdata:
garg-pgdata14: garg-pgdata14:
js-cache: js-cache:
pgadmin:
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