view docker/docker-compose.yml @ 3486:c9703067c700

jp: config section is now `cli` instead of `jp` following global renaming
author Goffi <goffi@goffi.org>
date Sun, 21 Mar 2021 18:16:09 +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