Browse Source

- mount points

master
Quildra 4 years ago
parent
commit
ea3ff91d11
  1. 13
      tubearchivist-docker-compose.yml

13
tubearchivist-docker-compose.yml

@ -8,8 +8,8 @@ services:
ports:
- 8000:8000
volumes:
- media:/youtube
- cache:/cache
- Z:/Downloads/TubeArchivist:/youtube
- C:/Temp/Cache:/cache
environment:
- ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port
- REDIS_HOST=archivist-redis # don't add protocol
@ -29,7 +29,7 @@ services:
expose:
- "6379"
volumes:
- redis:/data
- C:/Temp/Redis:/data
depends_on:
- archivist-es
archivist-es:
@ -46,12 +46,7 @@ services:
soft: -1
hard: -1
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:
- "9200"
volumes:
media:Z:/Downloads/TubeArchivist
cache:C:/Temp/Cache
redis:C:/Temp/Redis
es:C:/Temp/ES
Loading…
Cancel
Save