From f217d6150faa40a1eb2a0f9bad57c721583240e3 Mon Sep 17 00:00:00 2001 From: Kai Jan Kriegel Date: Sat, 28 May 2022 22:59:07 +0200 Subject: [PATCH] update --- docker-compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 41c987b..8d26a71 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -9,14 +9,14 @@ services: # - "./config/dnsrobocert:/etc/dnsrobocert" bffh: - image: registry.gitlab.com/fabinfra/fabaccess/bffh:v0.3.1-pre + image: registry.gitlab.com/fabinfra/fabaccess/bffh:v0.4.2 pull_policy: always restart: always ports: - "59666:59661" entrypoint: ["sh", "-c", "bffhd -c /etc/bffh/bffh.dhall --load=/etc/bffh/users.toml; bffhd -c /etc/bffh/bffh.dhall"] environment: - - "BFFH_LOG=trace" + - "BFFH_LOG=debug" 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. - "./config/bffh:/etc/bffh" @@ -29,8 +29,8 @@ services: mqtt: image: eclipse-mosquitto:1.6.15 restart: always - ports: - - "1883:1883" + # ports: + #- "1883:1883" volumes: - "./config/mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf"