view docker/docker-compose.yml @ 3416:d7cfb031e41f

core (launcher): exit code can now specified Exit code can now be specified by setting the `_exitCode` variable in `twisted.application.app` module.
author Goffi <goffi@goffi.org>
date Sat, 14 Nov 2020 21:19:40 +0100
parents 127dde80a0a5
children 58e97cf475d9
line wrap: on
line source

version: "3.6"
services:

  sat:
    image: salutatoi/sat
    build: backend

  libervia:
    build: libervia
    depends_on:
      - sat