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 ... doneStarting service-manager ... doneAttaching to service-managerservice-manager | grep: /usr/local/appian/ae/conf/appian-topology.xml: Is a directory tservice-manager | grep: /usr/local/appian/ae/conf/appian-topology.xml: Is a directory tservice-manager | grep: /usr/local/appian/ae/conf/appian-topology.xml: Is a directory aservice-manager | ERROR: Container hostname "engines" does not match server host "" in /usr/local/appian/ae/conf/appian-topology.xmlservice-manager | ERROR: Container hostname "engines" does not match broker host "" in /usr/local/appian/ae/conf/appian-topology.xmlservice-manager | ERROR: Container hostname "engines" does not match zookeeper host "" in /usr/local/appian/ae/conf/appian-topology.xmlservice-manager exited with code 1Looks like the changes done in <base-folder>\appian-topology.xml are not propagating into the service-manager image.Any pointers to fix this would helpThanks!
Discussion posts and replies are publicly visible
Just FYI, it looks like it was Docker permissions on the local drive, which resulted in the mounts not working. Reset the Docker credentials on the local c:\ and it now works.