view docker/docker-compose.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 0ffaa231138c
children
line wrap: on
line source

version: "3.6"
services:

  backend:
    image: "libervia/backend:${DOCKER_LIBERVIA_REV:-dev}"
    build:
      context: backend-dev
      args:
        REVISION: "${DOCKER_LIBERVIA_REV:-}"

  web:
    image: "libervia/web:${DOCKER_LIBERVIA_REV:-dev}"
    build:
      context: libervia-web-dev
      args:
        REVISION: "${DOCKER_LIBERVIA_REV:-}"
    depends_on:
      - backend