view docker/docker-compose.yml @ 3461:02a8d227d5bb

plugin misc lists: register app NS for "tickets" NS instead of XEP-0346 submitted one
author Goffi <goffi@goffi.org>
date Fri, 19 Feb 2021 15:49:59 +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