Go to file
Christian Galo a7ff392dd1 rename volumes 2023-11-03 21:41:51 +00:00
.gitignore un-abra 2023-09-09 05:21:00 +00:00
README.md replace var where fixed name is. Update README. 2023-10-17 04:17:26 +00:00
compose.lib.yaml rename volumes 2023-11-03 21:41:51 +00:00
compose.wikicafe.yaml un-abra 2023-09-09 05:21:00 +00:00
compose.yaml rename volumes 2023-11-03 21:41:51 +00:00
config.initial.json.tmpl update to cc commit a7bda15182 2023-10-16 23:16:59 +00:00
entrypoint.sh update to cc commit a7bda15182 2023-10-16 23:16:59 +00:00

README.md

Fedwiki

Wiki Cafe's configuration for a Nextcloud 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 fedwiki -c compose.yaml -c compose.lib.yaml -c compose.wikicafe.yaml