diff --git a/.docker-compose.http.yml b/.docker-compose.http.yml index 300e985..0347f27 100644 --- a/.docker-compose.http.yml +++ b/.docker-compose.http.yml @@ -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