<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>docker-compose up service-manager</title><link>https://community.appian.com/discussions/f/administration/12910/docker-compose-up-service-manager</link><description>Please see terminal output below. Any suggestions on how to solve for this?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: docker-compose up service-manager</title><link>https://community.appian.com/thread/58905?ContentTypeID=1</link><pubDate>Wed, 08 Aug 2018 08:41:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:834f7117-0719-4ceb-af04-4be409c150f7</guid><dc:creator>Philip Snyman</dc:creator><description>&lt;p&gt;Hi Mat,&lt;/p&gt;
&lt;p&gt;Thanks, but for some reason that did not work on my side. I actually ended up creating a .env file in the same directory as the docker-compose.yml file with the following contents:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;APPIAN_HOME=/usr/local/appian/ae
JBOSS_HOME=/usr/local/jboss&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;A less invasive way of setting the environment variables.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: docker-compose up service-manager</title><link>https://community.appian.com/thread/58577?ContentTypeID=1</link><pubDate>Wed, 01 Aug 2018 03:10:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b0936753-5bb4-4658-8b59-2b8bc414a953</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Hello Philip,&lt;br /&gt; &lt;br /&gt; I solved it by creating a script called set-up-env.sh with the following contents&lt;br /&gt; &lt;br /&gt; export APPIAN_HOME=/usr/local/appian/ae&lt;br /&gt; export JBOSS_HOME=/usr/local/jboss&lt;br /&gt; &lt;br /&gt; Simply run in the following sequence:&lt;br /&gt; &lt;br /&gt; $ . ./set-up-env.sh&lt;br /&gt; $ docker-compose up&lt;br /&gt; &lt;br /&gt; Mat&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>