view docker/web-demo_build.yml @ 3932:7af29260ecb8

core: fix and renamed getLocalPath -> get_local_path: - renaming is following global methods renaming to use snake_case - for reasons lost in the mists of time, a `profile` argument was used while checking if `client` is set is enough, and `client.profile` was escaped but actually not used in the path.
author Goffi <goffi@goffi.org>
date Mon, 10 Oct 2022 15:23:59 +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