fabaccess-bffh/examples/docker/basic/docker-compose.yaml

14 lines
470 B
YAML
Raw Normal View History

version: "3.8"
services:
bffh:
image: registry.gitlab.com/fabinfra/fabaccess/bffh:dev-latest
ports:
- "59661:59661"
volumes:
# generate a sample config.toml by running "docker run registry.gitlab.com/fabinfra/fabaccess/bffh:dev-latest --print-default > examples/config.toml" from the project root. You may have to delete the ipv6 listen section.
2020-12-22 02:43:15 +01:00
- "./config:/etc/bffh"
links:
- mqtt
mqtt:
2021-02-09 14:16:36 +01:00
image: eclipse-mosquitto:1.6.13