Mercurial > libervia-backend
view docker/docker-compose.yml @ 3960:4836b81c5f31
plugin XEP-0373: minor renaming + set `gpg_provider` in client:
- `sat` and `self.__sat` have been renamed to `host` and `self.host` for consistency with
other plugins.
- `gpg_provider` is set in client while profile is connecting, so the instance is easily
accessible to plugins depending on XEP-0373
rel 381
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 30 Oct 2022 01:06:32 +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