Commits
Tim Donohue authored and GitHub committed df46bcd16f4 Merge
57 57 | networks |
58 58 | dspacenet |
59 59 | stdin_open true |
60 60 | tty true |
61 61 | volumes |
62 62 | pgdata:/pgdata |
63 63 | # DSpace Solr container |
64 64 | dspacesolr |
65 65 | container_name dspacesolr |
66 66 | # Uses official Solr image at https://hub.docker.com/_/solr/ |
67 - | image solr8.8 |
67 + | image solr 8.11-slim |
68 68 | # Needs main 'dspace' container to start first to guarantee access to solr_configs |
69 69 | depends_on |
70 70 | dspace |
71 71 | networks |
72 72 | dspacenet |
73 73 | ports |
74 74 | published 8983 |
75 75 | target 8983 |
76 76 | stdin_open true |
77 77 | tty true |