view docker/docker-compose.yml @ 3420:b526b95f11f2

tools(utils): fixed error catching when getting repository data with `pkg_resources`
author Goffi <goffi@goffi.org>
date Mon, 16 Nov 2020 14:44:43 +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