Skip to content
This repository was archived by the owner on Jun 12, 2022. It is now read-only.

Releases: fphammerle/docker-ipfs

publish gateway

05 Jun 18:20
1.1.0
e96c188

Choose a tag to compare

Added

  • entrypoint: support changing gateway address & port via environment variable IPFS_GATEWAY_ADDR
    (e.g. IPFS_GATEWAY_ADDR=/ip4/0.0.0.0/tcp/8080 to listen on all ipv4 interfaces, default: 127.0.0.1:8080)

Fixed

  • docker-compose: remove unsuppported option volumes[].tmpfs.mode

image labels

20 Jun 20:43
1.0.0
897b0d2

Choose a tag to compare

Added

  • image labels:
    • org.opencontainers.image.revision (git commit hash via build arg)
    • org.opencontainers.image.source (repo url)
    • org.opencontainers.image.title

Changed

  • docker-compose: use custom container name "ipfs" instead of auto-generated "[PROJECT_NAME]_ipfs_1"
  • docker-compose: read-only root filesystem
  • docker-compose: drop capabilities

0.2.2

24 Sep 19:24
0.2.2
96121f7

Choose a tag to compare

fixed

  • restore support for empty $IPFS_SWARM_ADDRS

debian base image

23 Sep 22:19
0.2.1
a1c0b7c

Choose a tag to compare

fixed

  • base image: switch from alpine to debian to support ipfs >= v0.6.0
    (libc incompatibility)

api address

01 Jun 09:15
0.2.0
684d5da

Choose a tag to compare

new features:
* expose api port 5001
* configure api address via `$IPFS_API_ADDR`
* added `docker-compose.yml`