Important Note: Colanode does not provide an official Docker image. This guide uses a community-maintained image. For production deployments, consider installing from source (see Colanode Setup) or verify the community image meets your security requirements.
For Docker installation, see Docker.
git clone https://github.com/colanode/colanode colanode
cd colanode
Create a docker-compose.yml file:
version: '3'
services:
colanode:
image: jhyry9docks/hsf-colanode-web:latest
container_name: colanode
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- colanode_data:/app/data
environment:
- NODE_ENV=production
volumes:
colanode_data:
docker compose up -d
.env or compose variables before production useAny questions?
Feel free to contact us. Find all contact information on our contact page.