Mercurial > libervia-backend
view docker/docker-compose.yml @ 4123:c8b19a32f5c0
plugin XEP-0338: always add `<group>` element as first <jingle> child:
this is to work around a Movim bug (https://github.com/movim/movim/issues/1233).
rel 424
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 03 Oct 2023 16:00:21 +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