Skip to content

Commit

Permalink
docs: add HOSTNAME docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-toro authored Nov 15, 2023
1 parent 39c6db9 commit b688c99
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/jackson/deploy/env-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ The env vars are only applicable to the Jackson service. If you are using the np

## General configuration

### **HOSTNAME**

The container network that the service starts listening on.

If you are planning to use Docker health check like `wget -q --spider http://localhost:{PORT}/api/health || exit 1` you will need to set `HOSTNAME=0.0.0.0` to be able to reach the service on localhost.
Check [NextJS Standalone Good to know](https://nextjs.org/docs/pages/api-reference/next-config-js/output#automatically-copying-traced-files)

### **HOST_URL**

The URL to bind to.
Expand Down

0 comments on commit b688c99

Please sign in to comment.