|
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
ports: |
|
|
|
- 8000:8000 |
|
|
|
volumes: |
|
|
|
- pokecenter_media:/youtube |
|
|
|
- /z/Media/Downloads/TubeArchivist:/youtube |
|
|
|
- /c/Temp/Cache:/cache |
|
|
|
environment: |
|
|
|
- ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port |
|
|
|
@ -51,10 +51,3 @@ services: |
|
|
|
expose: |
|
|
|
- "9200" |
|
|
|
|
|
|
|
volumes: |
|
|
|
pokecenter_media: |
|
|
|
driver: local |
|
|
|
driver_opts: |
|
|
|
type: nfs |
|
|
|
o: "addr=192.168.1.172,rw" |
|
|
|
device: "/Media/Downloads/TubeArchivist:/mnt/pokecenter_media" |