General settings

Open a Service and select Configuration > General. This page combines settings for the complete stack with cards for every application and database component detected in the Compose definition.

Service Stack

Use the tab that matches the setting you need to change.

Resource details

Service Name identifies the resource in its project and environment. Changing the display name does not rename the Compose services or their running containers.

Use Description to record the stack's purpose, owner, or environment. It does not affect the deployment.

Service components

Each component card represents one entry parsed from the Compose services: map. Use the tab that matches the component or action you need.

Component cards

A card shows the component name, image, status, and configured domain when applicable.

ActionPurpose
SettingsOpens the component-specific General and Advanced pages.
RestartRestarts only that running component container.
BackupsOpens backup controls for a recognized database component when supported.

Restart one component only when its dependencies can tolerate the interruption. Deploy or restart the complete Service when a Compose or shared environment change affects several components.

Save and verify changes

  1. Save the stack or component setting.
  2. Review Show Deployable Compose when the change affects generated Compose.
  3. Restart or deploy the Service.
  4. Follow the deployment output.
  5. Confirm that every required component is running and healthy.
  6. Open configured domains and test internal dependencies.

If one component fails, inspect Logs for that container and compare the source and deployable Compose definitions.

On this page