02ad7a1ace76396e2073adeea815dcb88bfac78f
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
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
Languages
Shell
66.6%
Go Template
33.4%