|
|
@ -8,8 +8,8 @@ services: |
|
|
ports: |
|
|
ports: |
|
|
- 8000:8000 |
|
|
- 8000:8000 |
|
|
volumes: |
|
|
volumes: |
|
|
- Z:/Downloads/TubeArchivist:/youtube |
|
|
- /z/Downloads/TubeArchivist:/youtube |
|
|
- 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 |
|
|
- REDIS_HOST=archivist-redis # don't add protocol |
|
|
- REDIS_HOST=archivist-redis # don't add protocol |
|
|
@ -29,7 +29,7 @@ services: |
|
|
expose: |
|
|
expose: |
|
|
- "6379" |
|
|
- "6379" |
|
|
volumes: |
|
|
volumes: |
|
|
- redis:/data |
|
|
- /c/Temp/Redis:/data |
|
|
depends_on: |
|
|
depends_on: |
|
|
- archivist-es |
|
|
- archivist-es |
|
|
archivist-es: |
|
|
archivist-es: |
|
|
@ -46,12 +46,7 @@ services: |
|
|
soft: -1 |
|
|
soft: -1 |
|
|
hard: -1 |
|
|
hard: -1 |
|
|
volumes: |
|
|
volumes: |
|
|
- 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" |
|
|
|
|
|
|
|
|
volumes: |
|
|
|
|
|
media: |
|
|
|
|
|
cache: |
|
|
|
|
|
redis: |
|
|
|
|
|
es: |
|
|
|