view docker/web-demo_build.yml @ 3868:37d2c0282304

component AP gateway (pubsub): only emit a `Follow` activity for microblog subscription: this avoid to emit Follow subscription when an entity wants to subscribe to attachments or other special nodes. rel 370
author Goffi <goffi@goffi.org>
date Thu, 21 Jul 2022 18:05:20 +0200
parents d018d2d8a9e5
children
line wrap: on
line source

version: "3.6"
services:

  prosody:
    image: libervia/prosody:demo
    build: prosody-demo

  backend:
    image: libervia/backend:dev-demo
    build: backend-dev-demo

  web:
    image: libervia/web:dev-demo
    build: libervia-web-dev-demo