mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 16:13:20 +01:00
added missing restart policies
This commit is contained in:
parent
1e38fd51a5
commit
5129826bf4
@ -4,6 +4,7 @@ services:
|
||||
greenlight:
|
||||
container_name: greenlight
|
||||
image: bigbluebutton/greenlight:v2
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
environment:
|
||||
DB_ADAPTER: postgresql
|
||||
@ -18,6 +19,7 @@ services:
|
||||
- 10.7.7.1:5000:80
|
||||
postgres:
|
||||
image: postgres:12
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_DB: greenlight
|
||||
POSTGRES_USER: postgres
|
||||
|
@ -2,7 +2,7 @@ version: '3.6'
|
||||
services:
|
||||
https_proxy:
|
||||
image: valian/docker-nginx-auto-ssl
|
||||
restart: on-failure
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
|
@ -21,6 +21,7 @@ services:
|
||||
|
||||
freeswitch:
|
||||
build: mod/freeswitch
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
- IPC_LOCK
|
||||
- NET_ADMIN
|
||||
@ -78,6 +79,7 @@ services:
|
||||
|
||||
mongodb:
|
||||
image: mongo:4.2
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
bbb-net:
|
||||
ipv4_address: 10.7.7.6
|
||||
|
Loading…
Reference in New Issue
Block a user