Robert Best 02ad7a1ace Bump app image and fix healthcheck quoting
Update app image to 0.39.4-2 and switch the healthcheck test to single
quotes to simplify escaping of the embedded Node.js script
2026-04-18 06:11:44 +00:00
2023-11-03 21:41:51 +00:00
2023-10-16 23:16:59 +00:00

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 --detach=true -c compose.yaml
S
Description
No description provided
Readme
308 KiB
Languages
Shell 66.6%
Go Template 33.4%