diff --git a/public/svgs/nodebb.svg b/public/svgs/nodebb.svg new file mode 100644 index 0000000000..cc1c56f881 --- /dev/null +++ b/public/svgs/nodebb.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/templates/compose/nodebb.yaml b/templates/compose/nodebb.yaml new file mode 100644 index 0000000000..ba964c832a --- /dev/null +++ b/templates/compose/nodebb.yaml @@ -0,0 +1,54 @@ +# documentation: https://docs.nodebb.org/ +# slogan: A next-generation discussion platform. +# tags: communication, forums, discussion +# logo: svgs/nodebb.svg +# port: 4567 + +services: + nodebb: + image: ghcr.io/nodebb/nodebb:latest + restart: unless-stopped + environment: + - SERVICE_FQDN_NODEBB_4567 + volumes: + - nodebb-build:/usr/src/app/build + - nodebb-uploads:/usr/src/app/public/uploads + - nodebb-config:/opt/config + command: > + /bin/bash -c " + cat > /usr/src/app/setup.json <