docs: add volume backups documentation and troubleshooting tips

This commit is contained in:
Mauricio Siu
2025-07-06 18:54:26 -06:00
parent 8beab26cd7
commit 67ff6acbd4
3 changed files with 148 additions and 0 deletions

View File

@@ -118,6 +118,11 @@ serviceName: app
port: 3000
```
- Another reason of the domains are not working it may be because the healthchecks you've defined are not working, so this will cause the domains never work, so you have two options:
1. Remove the healthcheck from the service
2. Make sure the healthcheck is working
## Getting "Bad Gateway Error" When Accessing Your Application Domain
If you're encountering a Bad Gateway Error when accessing your application through its domain, this typically indicates one of several common configuration issues: