Commits
Terry Brady authored dc47d191ecb
19 19 | # Ensure that the database is ready before starting tomcat |
20 20 | entrypoint |
21 21 | /bin/bash |
22 22 | '-c' |
23 23 | | |
24 24 | /dspace/bin/dspace database migrate |
25 25 | catalina.sh run |
26 26 | dspacedb |
27 27 | container_name dspacedb |
28 28 | image dspace/dspace-postgres-pgcrypto |
29 + | environment |
30 + | PGDATA /pgdata |
29 31 | networks |
30 32 | dspacenet |
31 33 | stdin_open true |
32 34 | tty true |
33 35 | volumes |
34 36 | pgdata:/pgdata |
35 37 | dspacesolr |
36 38 | container_name dspacesolr |
37 39 | image dspace/dspace-solr |
38 40 | networks |