Mercurial > libervia-backend
view docker/docker-compose.yml @ 4142:783bbdbf8567
cli (base): new `a_quit` method to run async cleaning methods:
it may be necessary to run some async cleaning method (e.g. if bridge is needed), this new
method handles async cleaning method, and will be called when `SystemExit` is used, or if
`a_quit` is called explicitely.
rel 426
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 01 Nov 2023 14:08:00 +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