NodeBB
-

What is NodeBB?
NodeBB is next-generation forum software – powerful, mobile-ready and easy to use.
LISCENSE
https://github.com/NodeBB/NodeBB/blob/master/LICENSE
Docker Composeversion: '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: