|
|
@ -8,7 +8,7 @@ services: |
|
|
ports: |
|
|
ports: |
|
|
- 8000:8000 |
|
|
- 8000:8000 |
|
|
volumes: |
|
|
volumes: |
|
|
- test:/youtube |
|
|
- /z/Media/Downloads/TubeArchivist:/youtube |
|
|
- /c/Temp/Cache:/cache |
|
|
- /c/Temp/Cache:/cache |
|
|
environment: |
|
|
environment: |
|
|
- ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port |
|
|
- ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port |
|
|
@ -49,4 +49,5 @@ services: |
|
|
volumes: |
|
|
volumes: |
|
|
- /c/Temp/ES:/usr/share/elasticsearch/data # check for permission error when using bind mount, see readme |
|
|
- /c/Temp/ES:/usr/share/elasticsearch/data # check for permission error when using bind mount, see readme |
|
|
expose: |
|
|
expose: |
|
|
- "9200" |
|
|
- "9200" |
|
|
|
|
|
|