amd64 + arm64 + arm32v7 multiarch build
10K+
Multi-arch build for Bittorrent go-btfs
Mind that since 2.1, you have to specify the chain-id in the run command
this repository rebuilds when a new release is presented at https://github.com/bittorrent/go-btfs
version: "3.5"
services:
btfs:
container_name: btfs
image: solipsist01/go-btfs:latest
command: daemon --chain-id 199
ports:
- 4001:4001/tcp
- 4001:4001/udp
environment:
- TZ=europe/amsterdam
- ENABLE_WALLET_REMOTE=true
volumes:
- /your/storage/location/:/data/btfs/
- /etc/localtime:/etc/localtime:ro
labels:
- "traefik.http.routers.btfs.entrypoints=websecure"
- "traefik.http.routers.btfs.tls.certresolver=cloudflare"
- "traefik.http.services.btfs.loadbalancer.server.port=5001"
networks:
- dockernetwork
restart: always
networks:
dockernetwork:
name: dockernetwork
for more info, see: https://github.com/bittorrent/go-btfs
Content type
Image
Digest
sha256:876123cdc…
Size
61.2 MB
Last updated
almost 2 years ago
docker pull solipsist01/go-btfs