CoolifySelf-HostRSS

How to deploy Fusion RSS Reader on Coolify


Here is how I set up Fusion RSS reader on my Coolify:

(This assumes you already have Coolify installed, otherwise refer to the installation docs)

  1. Log on to your Coolify dashboard
  2. Add a project
  3. select production environment
  4. Add new Resource
  5. Select “Docker Compose Empty”
  6. Add Docker Compose config:
version: '3'
services:
  fusion:
    image: 'rook1e404/fusion:latest'
    ports:
      - '127.0.0.1:3000:8080'
    environment:
      # Password for the frontend (login)
      - PASSWORD=A_STRONG_PASSWORD
      # which path should be served on the fully qualified domain name?
      - SERVICE_FQDN_FUSION=/
      # which port (must map to the services.fusion.ports property)
      - SERVICE_FQDN_FUSION_3000
    restart: unless-stopped
    volumes:
      - './data:/data'
  1. click “Deploy”
  2. When deployed, the Services section should show the generated subdomain <appname>.sslip.io

Screenshot of Coolify Services showing a redacted link to a .sslip.io subdomain

Et voilà – you’ve got yourself a fusion instance deployed:

The Login UI of Fusion RSS reader

what's this?

This is an implementation of the Open Heart Protocol.
Feel free to send a reaction for this page. ☺️