From 2923831b7a95b224965c1c8d5e28812dc8c07768 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Sat, 25 May 2024 11:20:30 -0700 Subject: [PATCH] update compose file --- docker-compose.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d3fb9dd..487cfc5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: container_name: bw_api hostname: bw_api platform: linux/amd64 - image: tangowithfoxtrot/bw-cli:${TAG:-latest} + image: tangowithfoxtrot/bw-cli:${TAG:-busybox-latest} # build: # context: . # dockerfile: Dockerfile @@ -16,9 +16,3 @@ services: # - "$HOME/Library/Application Support/Bitwarden CLI:/root/.config/Bitwarden CLI" # macOS ports: - "127.0.0.1:${SERVE_PORT:-8087}:${SERVE_PORT:-8087}" - healthcheck: - test: curl -f http://localhost:${SERVE_PORT:-8087}/status || exit 1 - interval: 5s - timeout: 2s - retries: 3 - start_period: 5s