Skip to content

Commit d019c1e

Browse files
Missed docker-compose.
1 parent 4544e0f commit d019c1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ services:
44
context: .
55
dockerfile: ./oxo2-dataload/dataload.Dockerfile
66
environment:
7-
- OXO2_CONFIG=/opt/oxo/config.json
7+
- OXO2_CONFIG=/mnt/oxo/config.json
88
- SOLR_HOME=/opt/solr/server/solr
99
- SOLR_SCRIPT=/opt/solr/bin
1010
volumes:
1111
- build:/opt/oxo:rw
12-
- data:/tmp/data:rw
12+
- data:/mnt/oxo/data:rw
1313
- solr-data:/opt/solr/server/solr:rw
14-
- logs:/tmp/logs:rw
15-
- ${OXO2_CONFIG:-./oxo-config.json}:/opt/oxo/config.json:ro
14+
- logs:/mnt/oxo/logs:rw
15+
- ${OXO2_CONFIG:-./oxo-config.json}:/mnt/oxo/config.json:ro
1616
solr:
1717
image: solr:9.9.0
1818
environment:
@@ -29,7 +29,7 @@ services:
2929
context: .
3030
dockerfile: ./oxo2-backend/backend.Dockerfile
3131
ports:
32-
- 8081:8080
32+
- 8081:8081
3333
environment:
3434
- OXO2_SOLR_HOST=http://solr:8983/solr
3535
depends_on:

0 commit comments

Comments
 (0)