<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://178.140.10.58:8080/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://178.140.10.58:8080/feed.php">
        <title>Библиотека знаний - system:docker:recepts</title>
        <description>Заметки IT программиста</description>
        <link>http://178.140.10.58:8080/</link>
        <image rdf:resource="http://178.140.10.58:8080/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-17T14:58:28+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://178.140.10.58:8080/doku.php?id=system:docker:recepts:yii2"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://178.140.10.58:8080/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Библиотека знаний</title>
        <link>http://178.140.10.58:8080/</link>
        <url>http://178.140.10.58:8080/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://178.140.10.58:8080/doku.php?id=system:docker:recepts:yii2">
        <dc:format>text/html</dc:format>
        <dc:date>2018-06-22T01:18:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Yii2</title>
        <link>http://178.140.10.58:8080/doku.php?id=system:docker:recepts:yii2</link>
        <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;yii2&quot;&gt;Yii2&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;
&lt;pre class=&quot;code yaml&quot;&gt;&lt;span class=&quot;co3&quot;&gt;version&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;&#039;2&#039;&lt;span class=&quot;co4&quot;&gt;
services&lt;/span&gt;:&lt;span class=&quot;co4&quot;&gt;
  mariadb&lt;/span&gt;:&lt;span class=&quot;co3&quot;&gt;
    build&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;./provision/mariadb&lt;span class=&quot;co3&quot;&gt;
    restart&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;always&lt;span class=&quot;co4&quot;&gt;
    environment&lt;/span&gt;:&lt;span class=&quot;co3&quot;&gt;
      MYSQL_ROOT_PASSWORD&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;password&lt;span class=&quot;co3&quot;&gt;
      MYSQL_DATABASE&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;skringo&lt;span class=&quot;co3&quot;&gt;
      MYSQL_USER&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;skringo&lt;span class=&quot;co3&quot;&gt;
      MYSQL_PASSWORD&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;skringo&lt;span class=&quot;co4&quot;&gt;
    ports&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - &#039;3306:3306&#039;&lt;span class=&quot;co4&quot;&gt;
    expose&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - &#039;3306&#039;&lt;span class=&quot;co4&quot;&gt;
    volumes&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - &#039;./logs/mysql:/var/log/mariadb&#039;&lt;span class=&quot;co4&quot;&gt;
  redis&lt;/span&gt;:&lt;span class=&quot;co3&quot;&gt;
    build&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;./provision/redis&lt;span class=&quot;co3&quot;&gt;
    restart&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;always&lt;span class=&quot;co4&quot;&gt;
    environment&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - REDIS_VERSION=4.0.9&lt;span class=&quot;co4&quot;&gt;
    ports&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - &#039;6379:6379&#039;&lt;span class=&quot;co4&quot;&gt;
    expose&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - &#039;6379&#039;&lt;span class=&quot;co4&quot;&gt;
  nginx&lt;/span&gt;:&lt;span class=&quot;co3&quot;&gt;
    build&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;./provision/nginx&lt;span class=&quot;co3&quot;&gt;
    restart&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;always&lt;span class=&quot;co4&quot;&gt;
    links&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - php&lt;span class=&quot;co4&quot;&gt;
    volumes&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - &#039;./:/app&#039;
      - &#039;./provision/nginx/etc/conf.d/yii2.advanced.template:/etc/nginx/conf.d/site.template&#039;
      - &#039;./logs/nginx:/var/log/nginx&#039;&lt;span class=&quot;co4&quot;&gt;
    environment&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - NGINX_VERSION=1.13.12-1~stretch
      - NGINX_HOST=skringo.loc
      - NGINX_PORT=80&lt;span class=&quot;co4&quot;&gt;
    ports&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - &#039;80:80&#039;&lt;span class=&quot;co3&quot;&gt;
    command&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;&#039;sh -c &lt;span class=&quot;st0&quot;&gt;&amp;quot;envsubst \&amp;quot;&lt;/span&gt;`env | awk -F = &#039;&#039;&lt;span class=&quot;br0&quot;&gt;&amp;#123;&lt;/span&gt;printf \&lt;span class=&quot;st0&quot;&gt;&amp;quot; $$%s\&amp;quot;&lt;/span&gt;, $$1&lt;span class=&quot;br0&quot;&gt;&amp;#125;&lt;/span&gt;&#039;&#039;`\&lt;span class=&quot;st0&quot;&gt;&amp;quot; &amp;lt; /etc/nginx/conf.d/site.template &amp;gt; /etc/nginx/conf.d/default.conf &amp;amp;&amp;amp; nginx -g &#039;&#039;daemon off;&#039;&#039;&amp;quot;&lt;/span&gt;&#039;&lt;span class=&quot;co4&quot;&gt;
  elasticsearch&lt;/span&gt;:&lt;span class=&quot;co3&quot;&gt;
    build&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;./provision/elasticsearch&lt;span class=&quot;co3&quot;&gt;
    restart&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;always&lt;span class=&quot;co4&quot;&gt;
    ports&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - &#039;9200:9200&#039;&lt;span class=&quot;co4&quot;&gt;
    expose&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - &#039;9200&#039;&lt;span class=&quot;co4&quot;&gt;
    environment&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - ELASTICSEARCH_VERSION=5.6.9
      - JAVA_ALPINE_VERSION=8.151.12-r0
      - JAVA_VERSION=8u151
      - LANG=C.UTF-8&lt;span class=&quot;co4&quot;&gt;
  php&lt;/span&gt;:&lt;span class=&quot;co3&quot;&gt;
    build&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;./provision/php&lt;span class=&quot;co3&quot;&gt;
    restart&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;always&lt;span class=&quot;co4&quot;&gt;
    links&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - mariadb
      - redis
      - elasticsearch&lt;span class=&quot;co4&quot;&gt;
    environment&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - XDEBUG_CONFIG=remote_host=192.168.1.109
      - PHP_IDE_CONFIG=serverName=skringo.loc&lt;span class=&quot;co4&quot;&gt;
    ports&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - &#039;9001:9000&#039;&lt;span class=&quot;co4&quot;&gt;
    expose&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - &#039;9000&#039;
      - &#039;9001&#039;&lt;span class=&quot;co4&quot;&gt;
    volumes&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;:
&lt;/span&gt;      - &#039;./:/app&#039;
      - &#039;./logs/php7:/var/log/php7&#039;
      &lt;span class=&quot;co1&quot;&gt;#- &#039;./provision/php/xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini&#039;&lt;/span&gt;
      - &#039;./provision/php/xdebug.ini:/etc/php7/conf.d/xdebug.ini&#039;
      - &#039;./logs/php7/xdebug:/tmp/xdebug_log&#039;
&lt;span class=&quot;co4&quot;&gt;
networks&lt;/span&gt;:&lt;span class=&quot;co4&quot;&gt;
  default&lt;/span&gt;:&lt;span class=&quot;co4&quot;&gt;
    external&lt;/span&gt;:&lt;span class=&quot;co3&quot;&gt;
      name&lt;/span&gt;&lt;span class=&quot;sy2&quot;&gt;: &lt;/span&gt;nginx-proxy&lt;/pre&gt;

&lt;/div&gt;
</description>
    </item>
</rdf:RDF>
