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:
|
websocket-ja:
|
||||||
hostname: websocket-ja
|
hostname: websocket-ja
|
||||||
image: h2invent/jitsi-admin-websocket:latest
|
image: git.h2-invent.com/meetling/websocket:1.0.12
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- traefik-ja
|
- traefik-ja
|
||||||
|
@ -45,10 +45,11 @@ services:
|
||||||
|
|
||||||
#Here is the Jitsi-Admin app
|
#Here is the Jitsi-Admin app
|
||||||
app-ja:
|
app-ja:
|
||||||
|
image: git.h2-invent.com/meetling/application:1.0.12
|
||||||
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
db-ja:
|
db-ja:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: unless-stopped
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "curl", "-s", "-f", "-i", "http://localhost:80/health/check" ]
|
test: [ "CMD", "curl", "-s", "-f", "-i", "http://localhost:80/health/check" ]
|
||||||
interval: 20s
|
interval: 20s
|
||||||
|
|
Loading…
Add table
Reference in a new issue