This page was last edited on April 23, 2021, at 18:42.
Comments or questions about this documentation? Contact us for support!
After you've deployed CX Contact, you'll want to monitor the status of containers, access logs, upgrade CX Contact components, and so on. This topic describes the post deployment procedures you'll use if you deployed CX Contact using Docker Compose.
This topic outlines the steps required to upgrade CX Contact components.
./cxc-app-deploy.sh
Genesys recommends you use Portainer to view the status of all containers and to access logs.
docker volume create portainer_data
docker run --restart=always -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer --no-auth
CX Contact components use the following ports:
Service | Ports used |
---|---|
User Interface (UI) | 8101 - Nignx listener port (static content served) |
API Aggregator |
|
List Builder |
|
Compliance Manager |
|
List Manager |
|