forked from 0k/0k-charms
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
432 B
16 lines
432 B
# description: "Mattermost"
|
|
# maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
|
|
## We fix image here to be sure of what we install
|
|
docker-image: docker.0k.io/mattermost-team
|
|
# docker-image: docker.0k.io/mattermost-enterprise
|
|
config-resources:
|
|
- /mattermost/config
|
|
- /mattermost/plugins
|
|
data-resources:
|
|
- /mattermost/data
|
|
- /mattermost/logs
|
|
host-resources:
|
|
- /etc/localtime:ro
|
|
|
|
docker-compose:
|
|
restart: unless-stopped
|