Mercurial > libervia-backend
view docker/docker-compose.yml @ 3634:3c7a64d6f49f
bridge: bridge can now be set using environment variable:
The `LIBERVIA_BRIDGE_NAME` environment variable can now be used to specify the bridge to
use. If set and different from empty string, the environment has precedence over config
file value.
For `pb` bridge, the following environment variable can also be used:
- LIBERVIA_BRIDGE_PB_CONNECTION_TYPE
- LIBERVIA_BRIDGE_PB_HOST
- LIBERVIA_BRIDGE_PB_PORT
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 28 Aug 2021 15:26:02 +0200 |
parents | 73e04040d577 |
children | 0ffaa231138c |
line wrap: on
line source
version: "3.6" services: backend: image: libervia/backend:dev build: backend-dev web: image: libervia/web:dev build: libervia-web-dev depends_on: - backend