view docker/web-demo_build.yml @ 4208:fd9e78b7a0cd

doc (cli/call): add outputs documentation: outputs are now documentated, and notably the new `gui` one. fix 427
author Goffi <goffi@goffi.org>
date Sun, 11 Feb 2024 23:22:18 +0100
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