Merge pull request #7 from xyvs/patch-1

This commit is contained in:
Mauricio Siu
2024-11-13 08:57:54 -06:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ Make sure the API Route exists in your application
## Example
1. We will use this example [Github Repo](https://github.com/Dokploy/swarm-test)
2. It Have a endpoint called `health` [enbpoint](https://github.com/Dokploy/swarm-test/blob/main/index.js#L20) which is the one that will tell us if our application is healthy.
2. It Have a endpoint called `health` [endpoint](https://github.com/Dokploy/swarm-test/blob/main/index.js#L20) which is the one that will tell us if our application is healthy.
3. For testing purpose I've added a sleep to simulate the delay between the deployments and you can see the bad gateway error.