Skip to content

Commit 2cce459

Browse files
committed
wip
1 parent 9bb8639 commit 2cce459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ services:
1313
volumes:
1414
- ./db:/code/db
1515
healthcheck:
16-
test: ["CMD-SHELL", "curl -f http://backend:8000/api/build || exit 1"]
16+
test: ["CMD-SHELL", "curl -f http://localhost:8000/api/build || exit 1"]
1717
interval: 10s
1818
timeout: 5s
1919
retries: 10
20-
start_period: 60s
20+
start_period: 120s
2121

2222
huey:
2323
container_name: huey

0 commit comments

Comments
 (0)