view docker/docker-compose.yml @ 3466:80f8635dc66e

tools (xml_tools): fix pFmtElt: default URI was not handled correctly, and attributes were missing, this patch fixes those bugs.
author Goffi <goffi@goffi.org>
date Fri, 19 Feb 2021 15:53:25 +0100
parents 58e97cf475d9
children 73e04040d577
line wrap: on
line source

version: "3.6"
services:

  sat:
    image: salutatoi/sat
    build: backend

  libervia:
    image: salutatoi/libervia
    build: libervia
    depends_on:
      - sat