Skip to content
Open
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
5 changes: 5 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ services:
- "8080"
env_file:
- .env
healthcheck:
test: curl -k https://localhost/actuator/health
interval: 10s
timeout: 10s
retries: 3
depends_on:
- mysql
- mongodb
Expand Down