Sometimes succeeds but most of the time it fails with the following error
[ping:L15:10s] psql: could not translate host name "database" to address: Name or service not known
To trigger a success I need to change the service name from ‘database’ to something else and then it succeeds for the next run or for a couple of runs then it goes back to the above error. Very annoying.
1fc1ec378ea5 drone_default bridge local
0dfda9901367 drone_default bridge local
b64590d836e2 drone_default bridge local
10eb13a4f2dc drone_default bridge local
63bfe0c48e3d drone_default bridge local
Yes, you need to remove those. That happens if the CLI gets killed and is unable to cleanup after itself. This has been discussed in prior threads [1][2]
yeah, worked after I removed the networks manually. Do you think the same can happen on the actual drone server? Because I’ve noticed inconsistent behaviour there as well.