Browse Source

-try unix style

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

13
tubearchivist-docker-compose.yml

@ -8,8 +8,8 @@ services:
ports:
- 8000:8000
volumes:
- Z:/Downloads/TubeArchivist:/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:
cache:
redis:
es:

Loading…
Cancel
Save