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

@@ -3,6 +3,7 @@ version: '3'
services:
jibri:
image: jitsi/jibri
restart: ${RESTART_POLICY}
volumes:
- ${CONFIG}/jibri:/config
- /dev/shm:/dev/shm