kanboard: add config
This commit is contained in:
parent
b313c246ec
commit
781b9c31de
9 changed files with 138 additions and 0 deletions
13
roles/kanboard/files/kanboard.service
Normal file
13
roles/kanboard/files/kanboard.service
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Project management software that focuses on the Kanban methodology
|
||||
After=docker.service
|
||||
Requires=docker.service
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
WorkingDirectory=/etc/kanboard
|
||||
ExecStart=/usr/bin/docker compose up
|
||||
ExecStop=/usr/bin/docker compose down
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue