mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-11 01:53:23 +01:00
14 lines
475 B
YAML
14 lines
475 B
YAML
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.
|
|
- "$PWD/examples/docker:/etc/bffh"
|
|
links:
|
|
- mqtt
|
|
mqtt:
|
|
image: eclipse-mosquitto
|