mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
* [bitnami/mastodo] Add sed-in-place excluded path Signed-off-by: Miguel Ruiz <miruiz@vmware.com> * Update comment Signed-off-by: Miguel Ruiz <miruiz@vmware.com> --------- Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
23 lines
504 B
YAML
23 lines
504 B
YAML
binaries:
|
|
- node
|
|
- psql
|
|
- python
|
|
- redis-cli
|
|
- ruby
|
|
- wait-for-port
|
|
- tootctl
|
|
directories:
|
|
- mode: "0775"
|
|
group: root
|
|
paths:
|
|
- /bitnami/mastodon
|
|
- /opt/bitnami/mastodon/tmp
|
|
- /opt/bitnami/mastodon/public
|
|
- /opt/bitnami/mastodon/public/system
|
|
- /opt/bitnami/mastodon/public/assets
|
|
root_dir: /opt/bitnami
|
|
sed_in_place:
|
|
exclude_paths:
|
|
# Ignore Mastodon node_modules directory (not bitnami-related)
|
|
- \/opt\/bitnami\/mastodon\/node_modules\/.*
|