Skip to content

Commit

Permalink
[IMP] Added healthcheck on web_app in dev docker compose (maybe we co…
Browse files Browse the repository at this point in the history
…uld set it in base?)
  • Loading branch information
c8y3 committed Oct 2, 2024
1 parent da33f39 commit 93ab004
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ services:
volumes:
- ./source/app:/iriswebapp/app
- ./ui/dist:/iriswebapp/static
healthcheck:
test: curl --head --fail http://localhost:8000 || exit 1
start_period: 60s

worker:
extends:
Expand Down Expand Up @@ -79,4 +82,4 @@ networks:
iris_backend:
name: iris_backend
iris_frontend:
name: iris_frontend
name: iris_frontend

0 comments on commit 93ab004

Please sign in to comment.