misc: add configurable service restart policy

This commit is contained in:
Rui Carmo
2020-04-11 18:11:07 +01:00
committed by GitHub
parent 729f9d290e
commit 4e2cec6b38
6 changed files with 12 additions and 0 deletions

View File

@@ -407,6 +407,7 @@ Variable | Description | Default value
`XMPP_INTERNAL_MUC_MODULES` | Custom Prosody modules for internal MUC component (comma separated) | info,alert
`GLOBAL_MODULES` | Custom prosody modules to load in global configuration (comma separated) | statistics,alert
`GLOBAL_CONFIG` | Custom configuration string with escaped newlines | foo = bar;\nkey = val;
`RESTART_POLICY` | Container restart policy | defaults to `unless-stopped`
`JICOFO_COMPONENT_SECRET` | XMPP component password for Jicofo | s3cr37
`JICOFO_AUTH_USER` | XMPP user for Jicofo client connections | focus
`JICOFO_AUTH_PASSWORD` | XMPP password for Jicofo client connections | passw0rd