The administration application allows you to change the configuration of a Docker container.

You have two options to open the configuration of a container:

  • Click Edit configuration in the quick actions bar in the services' list.

  • Open the details page of the service and scroll down to section Configuration.


The Configuration section also informs you if the configuration UI is not available for a service type.

Adapting the Configuration of Service Type pas-service

If you use the quick action option Edit configuration for a service of type pas-service, a JSON editor opens in a separate pop-up.

You can also find the JSON editor on the details page of a Docker container: Scroll down and open section Configuration to access the editor.

To prevent accidental changes, the editor must be unlocked before you are able to edit its content.

Do not edit content in the Configuration section without any knowledge of JSON.

The editor supports you to insert valid JSON:

IconDescription
Click this button to format your input with proper intendation and line feeds (default).
Click this button to remove all whitespaces and show compact JSON data.
Click this button to undo your last action in the editor.
Click this button to redo your last action in the editor.
  • Click Save to apply your changes.
  • Click Discard to cancel your input.

Some pas-services require a restart after changes to the configuration file. This is indicated in the toast message at the bottom of the administration window.

The message also contains a button for a direct start.

Adapting the Configuration of Service Type pas-nestjs

For services of type pas-nestjs (= internal services of the PAS platform) developers can define a service-specific schema and documentation. If a schema is available, the display in section Configuration will change and show the defined configuration options.

Be careful: Changing these options may result in an unusable service and may affect other parts of the platform as well.

The main configuration options are displayed. You can also use the links in the Configuration tree on the left side to navigate.

Click one of the objects to open further details.

Each page indicates the Type of the object and - if the developer of the service has provided it - a Description.

Nested configuration options like complex data objects or groups are displayed as link.


Click a link to access the object details.

Use the input fields to change the configuration.


Click to access further details about a configuration option. Information is only available if the developer of the service has provided it.

To navigate within the configuration, use the links in the sidebar or the breadcrump navigation on top.

Use option Add to create a new data object... 

... or open an existing one to access the configuration details.

Use option Delete to remove a configuration option.

Not all entries can be deleted. In this case, the option is grayed out .
This also applies to option Add .

The number of edited fields is displayed on top right.

If you have finished your changes, Save them.

A summary of your changes is displayed. Click Save to apply them.

  • No labels