|
|
@ -8,7 +8,7 @@ services: |
|
|
ports: |
|
|
ports: |
|
|
- 8000:8000 |
|
|
- 8000:8000 |
|
|
volumes: |
|
|
volumes: |
|
|
- pokecenter_media/Downloads/TubeArchivist:/youtube |
|
|
- pokecenter_media:/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 |
|
|
@ -57,4 +57,4 @@ volumes: |
|
|
driver_opts: |
|
|
driver_opts: |
|
|
type: nfs |
|
|
type: nfs |
|
|
o: "addr=192.168.1.172,rw" |
|
|
o: "addr=192.168.1.172,rw" |
|
|
device: "/Media:mnt/pokecenter_media" |
|
|
device: "/Media/Downloads/TubeArchivist:/mnt/pokecenter_media" |