Skip to content

Draft: All-in-one docker image (& nix build)

Manu [tennox] requested to merge single-docker-image into main

An attempt at a nix definition that will generate both:

  • a docker-compose config that can easily be run for people who are able to use that
  • a all-in-one docker image (with supervisor) for platforms that require - it like Cloudron

Cloudron deploy

(requires using cli because... see cloudron forum)

git clone https://gitlab.com/wovin/deploy/ipfs -b single-docker-image ucan-host-ipfs/
cd ucan-host-ipfs/
npx cloudron install --image registry.gitlab.com/wovin/deploy/ipfs/kubo:test --location ucan.your-domain.org
Edited by Manu [tennox]

Merge request reports