Browse Source

adapt (dead?) mattermost role to new nginx proxy config

python3
Andrea Cimbalo 7 years ago
parent
commit
66d7a52184
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      roles/mattermost/meta/main.yaml

+ 8
- 0
roles/mattermost/meta/main.yaml View File

@ -0,0 +1,8 @@
---
dependencies:
- role: postgresql
- role: nginx
is_proxy: true
server_name: "team.lilik.it"
config_name: "mattermost"
remote_host: "http://127.0.0.1:8065"

Loading…
Cancel
Save