files modified

Este commit está contenido en:
Your Name
2020-08-23 12:06:04 +00:00
padre 6d21f3d243
commit bbc9877d45
Se han modificado 65 ficheros con 418 adiciones y 248 borrados

Ver fichero

@@ -106,7 +106,7 @@
]
},
"NoDNSLink": false,
"NoFetch": false,
"NoFetch": true,
"PathPrefixes": [],
"PublicGateways": {
"ipfs.hatthieves.es": {

Ver fichero

@@ -2,8 +2,8 @@ version: '2'
services:
ipfs:
image: ipfs/go-ipfs
# build: ./ipfs
# image: ipfs/go-ipfs
build: ./go-ipfs
hostname: ipfs
container_name: ipfs
restart: always
@@ -11,7 +11,7 @@ services:
- /bin/sh
- /entrypoint.sh
volumes:
- ./data:/data/ipfs
- ./data-ipfs:/data/ipfs
# - ./temp:/temp
# - /opt/docker/production/nms/media:/media:ro
- /opt/docker/production/nginx/nginx/hls:/hls:ro
@@ -19,6 +19,7 @@ services:
# - /opt/docker/production/nms/media/live/streaming:/streaming:ro
- ./entrypoint.sh:/entrypoint.sh:ro
# - ./ipfs/ipfs:/home/node/.ipfs
# - /opt/docker/production/webdav/webdav/public/ale/Elektor:/Elektor:ro
expose:
- 5001
- 8080