This commit is contained in:
holzi1005 2024-12-08 15:12:30 +01:00
parent 28374f9909
commit 3a78147785

View file

@ -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