Docker setup

Hi,

We are trying to setup Appian in Docker to test out certain no/low code scenarios. Following the guide here https://docs.appian.com/suite/help/19.3/Installing_Appian_in_Docker_Containers.html#basic-installation

The docker-compose build worked fine, and now we have the images created. Good so far.

One of the last steps is to run docker-compose up service-manager to get the information needed for a license.

This step fails, the service-manager service fails to come up and shows the below errors:

Starting base ... done
Starting service-manager ... done
Attaching to service-manager
service-manager | grep: /usr/local/appian/ae/conf/appian-topology.xml: Is a directory t
service-manager | grep: /usr/local/appian/ae/conf/appian-topology.xml: Is a directory t
service-manager | grep: /usr/local/appian/ae/conf/appian-topology.xml: Is a directory a
service-manager | ERROR: Container hostname "engines" does not match server host "" in /usr/local/appian/ae/conf/appian-topology.xml
service-manager | ERROR: Container hostname "engines" does not match broker host "" in /usr/local/appian/ae/conf/appian-topology.xml
service-manager | ERROR: Container hostname "engines" does not match zookeeper host "" in /usr/local/appian/ae/conf/appian-topology.xml
service-manager exited with code 1

Looks like the changes done in <base-folder>\appian-topology.xml are not propagating into the service-manager image.

Any pointers to fix this would help

Thanks!

  Discussion posts and replies are publicly visible