<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[NodeBB]]></title><description><![CDATA[<p dir="auto"><img src="https://nodebb.org/wp-content/uploads/2021/08/nodebb@j2x1.png" alt="NodeBB" class=" img-fluid img-markdown" /></p>
<hr />
<h3>What is <a href="https://nodebb.org/" target="_blank" rel="noopener noreferrer nofollow ugc">NodeBB</a>?</h3>
<p dir="auto">NodeBB is next-generation forum software – powerful, mobile-ready and easy to use.</p>
<h3>LISCENSE</h3>
<p dir="auto"><a href="https://github.com/NodeBB/NodeBB/blob/master/LICENSE" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/NodeBB/NodeBB/blob/master/LICENSE</a></p>
<hr />
<h3><img src="https://forum.sumisu.xyz/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e6.png?v=e98e1c9ec1b" class="not-responsive emoji emoji-android emoji--package" style="height:23px;width:auto;vertical-align:middle" title=":package:" alt="📦" /> Docker Compose</h3>
<pre><code>version: '3.8'

services:
  nodebb:
    image: ghcr.io/nodebb/nodebb:latest
    restart: unless-stopped
    ports:
      - '4567:4567' # comment this out if you don't want to expose NodeBB to the host, or change the first number to any port you want

    volumes:
      - nodebb_uploads:/usr/src/app/public/uploads
      - nodebb_config:/opt/config

  postgres:
    image: postgres:16.3-alpine
    restart: unless-stopped
    environment:
      POSTGRES_USER: nodebb
      POSTGRES_PASSWORD: nodebb
      POSTGRES_DB: nodebb
    volumes:
      - nodebb_postgres_data:/var/lib/postgresql/data

volumes:

  nodebb_postgres_data:
  nodebb_uploads:
  nodebb_config:
</code></pre>
]]></description><link>https://forum.sumisu.xyz/topic/25/nodebb</link><generator>RSS for Node</generator><lastBuildDate>Sat, 30 May 2026 23:16:42 GMT</lastBuildDate><atom:link href="https://forum.sumisu.xyz/topic/25.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 Sep 2024 17:20:33 GMT</pubDate><ttl>60</ttl></channel></rss>