Enabling web client integration on Docker and Podman

About this task

The Docker and Podman commands are similar. The only difference is that docker precedes the command when issued in a Docker environment and podman precedes the name in a Podman environment. Example commands used in the Sametime documentation are shown using Docker. For Podman, change docker to podman.

Procedure

  1. Edit the docker-compose.yml file.
  2. Locate the SAMETIME_EXTERNAL_WARINTEGRATION variable and ensure that it is set to true.
    If the statement doesn't exist, add it in the proxy section of the file.
    SAMETIME_EXTERNAL_WARINTEGRATION=true
    To apply the changes, stop the Sametime server and start it again.
  3. To stop the Sametime server, run the following script from the Sametime installation directory.
    docker-compose down 
    To apply the changes stop the Sametime server and start it again.
  4. Start the Sametime server to apply the changes.
    docker compose up -d