A platform for community discussion.
Go to file
Christian Galo 8897924813 update README and Discourse version 2023-10-16 23:18:58 +00:00
.gitignore ¿Abra? No. ¡Cierre! 2023-09-08 06:15:14 +00:00
README.md update README and Discourse version 2023-10-16 23:18:58 +00:00
compose.smtpauth.yaml ¿Abra? No. ¡Cierre! 2023-09-08 06:15:14 +00:00
compose.yaml update README and Discourse version 2023-10-16 23:18:58 +00:00
entrypoint.postgres.sh.tmpl Add postgres major version upgrade script 2023-08-21 15:56:57 +02:00

README.md

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 -c compose.yaml -c compose.smtpauth.yaml