Skip to content

Commit d62679b

Browse files
committed
chore: better healthcheck timers for the database
1 parent 0371044 commit d62679b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ services:
2424
- ac-network
2525
healthcheck:
2626
test: mysqladmin ping -h 127.0.0.1 -u $$MYSQL_USER --password=$$MYSQL_PASSWORD
27+
interval: 5s
28+
timeout: 10s
29+
retries: 30
2730
cap_add:
2831
- SYS_NICE # CAP_SYS_NICE
2932
php:

0 commit comments

Comments
 (0)