1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 17:56:26 +00:00

Improve Kanboard mounts

Having each folder listed as volumes individually causes issues. "Invalid mount config" in "docker stack ps kanboard"
This commit is contained in:
mrbannaner
2021-01-05 23:23:06 +13:00
committed by GitHub
parent d144045d28
commit f20f29967d

View File

@@ -65,8 +65,7 @@ services:
kanboard:
image: kanboard/kanboard
volumes:
- /var/data/kanboard/data:/var/www/app/data
- /var/data/kanboard/plugins:/var/www/app/plugins
- /var/data/kanboard:/var/www/app/
networks:
- internal
deploy:
@@ -119,4 +118,4 @@ Log into your new instance at https://**YOUR-FQDN**. Default credentials are adm
## Chef's Notes 📓
1. The default theme can be significantly improved by applying the [ThemePlus](https://github.com/phsteffen/kanboard-themeplus) plugin.
2. Kanboard becomes more useful when you integrate in/outbound email with [MailGun](https://github.com/kanboard/plugin-mailgun), [SendGrid](https://github.com/kanboard/plugin-sendgrid), or [Postmark](https://github.com/kanboard/plugin-postmark).
2. Kanboard becomes more useful when you integrate in/outbound email with [MailGun](https://github.com/kanboard/plugin-mailgun), [SendGrid](https://github.com/kanboard/plugin-sendgrid), or [Postmark](https://github.com/kanboard/plugin-postmark).