Luka Vandervelden
87929be026
THIS IS A BREAKING CHANGE Hopefully, this change will make it easier to remove data on service removal, but also to export and backup service data and to add per-service system users. A few obsolete service definitions have also been updated to the new format. Testing is still incomplete, you may want to wait a few commits before using this.
9 lines
199 B
Python
9 lines
199 B
Python
name: kanband
|
|
command: kanband -k ${AUTHD_ROOT}/jwt_key -S data
|
|
user: kanband
|
|
consumes: auth
|
|
|
|
%file data
|
|
name: storage directory
|
|
creation-command: mkdir -p data && chown kanband:kanband data
|