view docker/docker-compose.yml @ 3491:2bd75fc2555d

tools (xml_tools): new findAncestor method: this methods help to find a `domish.Element` ancestor with specific name/namespace
author Goffi <goffi@goffi.org>
date Sat, 27 Mar 2021 14:35:07 +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