update
This commit is contained in:
parent
28374f9909
commit
3a78147785
1 changed files with 3 additions and 2 deletions
|
@ -20,7 +20,7 @@ services:
|
|||
|
||||
websocket-ja:
|
||||
hostname: websocket-ja
|
||||
image: h2invent/jitsi-admin-websocket:latest
|
||||
image: git.h2-invent.com/meetling/websocket:1.0.12
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- traefik-ja
|
||||
|
@ -45,10 +45,11 @@ services:
|
|||
|
||||
#Here is the Jitsi-Admin app
|
||||
app-ja:
|
||||
image: git.h2-invent.com/meetling/application:1.0.12
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
db-ja:
|
||||
condition: service_healthy
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-s", "-f", "-i", "http://localhost:80/health/check" ]
|
||||
interval: 20s
|
||||
|
|
Loading…
Add table
Reference in a new issue