view docker/docker-compose.yml @ 3386:129cc3e16825

docker (prosody_e2e): install `ipcheck` so jp doesn't need to contact external website
author Goffi <goffi@goffi.org>
date Thu, 12 Nov 2020 14:53:15 +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