Mercurial > libervia-backend
view docker/docker-compose.yml @ 4323:a8bceb29b1ff
core (memory/params): set default resource priority to 0:
Priority was historically set to 50 to follow behaviour of other clients at the time, but
it's nowadays a legacy feature, and a non zero value can cause trouble if message carbon
is not used.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 20 Nov 2024 11:28:23 +0100 |
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