view docker/docker-compose.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 0ffaa231138c
children
line wrap: on
line source

version: "3.6"
services:

  backend:
    image: "libervia/backend:${DOCKER_LIBERVIA_REV:-dev}"
    build:
      context: backend-dev
      args:
        REVISION: "${DOCKER_LIBERVIA_REV:-}"

  web:
    image: "libervia/web:${DOCKER_LIBERVIA_REV:-dev}"
    build:
      context: libervia-web-dev
      args:
        REVISION: "${DOCKER_LIBERVIA_REV:-}"
    depends_on:
      - backend