2023-10-16 23:21:17 +00:00
2023-10-16 23:21:17 +00:00
2023-08-08 08:30:05 +00:00
2023-08-08 08:30:05 +00:00
2022-10-11 16:12:04 +02:00
2023-10-16 23:21:17 +00:00

Nextcloud

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 nextcloud -c compose.yaml -c compose.mariadb.yaml -c compose.smtp.yaml
Description
Nextcloud Server, a safe home for all your data
Readme 709 KiB
Languages
Shell 100%