view docker/docker-compose.yml @ 3495:6f7486683e20

core: apply wokkel patches if they are not already: this case may happen if a sat module is used without the backend being launched (e.g. in tests)
author Goffi <goffi@goffi.org>
date Wed, 14 Apr 2021 14:09:50 +0200
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