view docker/web-demo_build.yml @ 3648:71cfe9334f73

bridge (dbus/frontend): reintrospect signature in case of guess error: When a "Unable to guess signature […]" `ValueError` is raised during a method call, the signatures are re-introspected. This should fix this issue when a frontend is launched just after to the backend (this happens notably with tests).
author Goffi <goffi@goffi.org>
date Wed, 08 Sep 2021 11:16:21 +0200
parents d018d2d8a9e5
children
line wrap: on
line source

version: "3.6"
services:

  prosody:
    image: libervia/prosody:demo
    build: prosody-demo

  backend:
    image: libervia/backend:dev-demo
    build: backend-dev-demo

  web:
    image: libervia/web:dev-demo
    build: libervia-web-dev-demo