view docker/docker-compose.yml @ 3489:d71a163c0861

bridge (pb): connection can be set to used either UNIX socket or TCP socket: all settings are to be put in `[DEFAULT]` section - `bridge_pb_connection_type` can be set to `unix_socket` or `socket` - for `socket`, `bridge_pb_host` and `bridge_pb_port` can be specified
author Goffi <goffi@goffi.org>
date Sun, 21 Mar 2021 22:00:55 +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