Skip to content

Commit

Permalink
update compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed May 25, 2024
1 parent 72a8438 commit 2923831
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 2923831

Please sign in to comment.