Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
# once db is initialized, we can shut down the container
# however it makes it easy to add data to the db
backend:
image: ghcr.io/bsstudio/bss-web-admin-backend:v2.7.7@sha256:e1f2ce4bac1629a191dbeb559d73fac291c70765deb62bb9051535f7b65bdd9b
image: ghcr.io/bsstudio/bss-web-admin-backend:v2.7.8@sha256:d119729a6e079f8efd8d5f15220231a688a8c2add4398dc89f4e632b5f8123d7
healthcheck:
test: "wget --tries=1 --no-verbose -qO- http://localhost:8080/actuator/health | grep -q UP"
start_period: 5s
Expand Down