Skip to content

Commit d5d3535

Browse files
dashedmgdigital
andauthored
chore: Update docker-compose.yml (bitmagnet-io#370)
`gluetun` may take a while before a VPN connection is established. Before that completes, `bitmagnet` will immediately start attempting to make connection attempts, which will fail. `gluetun` provides a healthcheck via its `Dockerfile`: https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md Co-authored-by: mgdigital <mgdigital@users.noreply.github.com>
1 parent 2db3a17 commit d5d3535

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ services:
2020
depends_on:
2121
postgres:
2222
condition: service_healthy
23+
gluetun:
24+
condition: service_healthy
2325
command:
2426
- worker
2527
- run

0 commit comments

Comments
 (0)