Mercurial > libervia-backend
view docker/docker-compose.yml @ 3685:36849fb5c854
plugin XEP-0054: fix wrongly used `await`:
`_checkAvatarHash` was incorrectly awaited. This method is only called once, the code has
been moved directly to `update`.
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 30 Sep 2021 10:30:43 +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