Commits

Terry Brady authored dc47d191ecb
move all compose files to one dir
No tags

docker/docker-compose-rest.yml

Modified
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:

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut