view docker/web-demo_build.yml @ 3910:199598223f82

doc (components/AP Gateway): Ad-Hoc and Events: New Ad-Hoc command is explained, and `Events` section specify how the conversion is done between the 2 protocols. fix 372
author Goffi <goffi@goffi.org>
date Thu, 22 Sep 2022 12:03:12 +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