Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ Make sure supervisor is disabled and that there are no supervisor services confi

Make sure podman is disabled and that there are no podman services running.

#### Disable Rootless Docker

In addition to disabling Podman services, ensure that Rootless Docker is also disabled.

#### Configure hostnames correctly

The database, cache, session and queue of the application must be configured with correct hostnames instead of `localhost` or `127.0.0.1`. This way the services will be available across multiple hypernodes when the app is autoscaled.
Expand Down
Loading