This branch is 9 commits behind coop-cloud/discourse:main
2025-02-19 08:31:44 +00:00
2023-09-08 06:15:14 +00:00
2023-09-08 06:15:14 +00:00
2025-02-19 08:31:44 +00:00

Discourse

Wiki Cafe's configuration for a Discourse deployment. Originally slimmed down from an abra recipe by Co-op Cloud.

Deploying the app with Docker Swarm

Set the environment variables from the .env file during the shell session.

set -a && source .env && set +a

Set the secrets.

printf "SECRET_HERE" | docker secret create SECRET_NAME -

Deploy using the -c flag to specify one or multiple compose files.

docker stack deploy discourse --detach=true -c compose.yaml -c compose.smtpauth.yaml
Description
A platform for community discussion.
Readme 93 KiB
Languages
Shell 100%