<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" >

  <channel>
    <title><![CDATA[Комментарии / Профиль defman21]]></title>
    <link>https://habr.com/ru/users/defman21/comments/</link>
    <description><![CDATA[Хабр: комментарии пользователя defman21]]></description>
    <language>ru</language>
    <managingEditor>editor@habr.com</managingEditor>
    <generator>habr.com</generator>
    <pubDate>Mon, 27 Apr 2026 01:21:51 GMT</pubDate>
    
    
      <image>
        <link>https://habr.com/ru/</link>
        <url>https://habrastorage.org/webt/ym/el/wk/ymelwk3zy1gawz4nkejl_-ammtc.png</url>
        <title>Хабр</title>
      </image>
    

    
      

      
        
  
    <item>
      <title>06.04.2017 16:02:51 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/325868/#comment_10158694</guid>
      <link>https://habr.com/ru/articles/325868/#comment_10158694</link>
      <description><![CDATA[<pre><code>production: {
    url: 'url',
    mail: {},
    database: {
        client: 'sqlite3',
        connection: {
            filename: path.join(process.env.GHOST_CONTENT, '/data/ghost.db')
        },
        debug: false
    },

    server: {
        host: '0.0.0.0',
        port: '2368'
    },
    paths: {
        contentPath: path.join(process.env.GHOST_CONTENT, '/')
    }
}</code></pre><br/>
<p>У меня такой конфиг. Все работает :)</p>]]></description>
      <pubDate>Thu, 06 Apr 2017 16:02:51 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>06.04.2017 15:53:37 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/325868/#comment_10158680</guid>
      <link>https://habr.com/ru/articles/325868/#comment_10158680</link>
      <description><![CDATA[<pre><code>version: '2'

services:
    ghost:
        image: ghost:latest
        restart: always
        volumes:
            - ghost:/var/lib/ghost
        environment:
            - NODE_ENV=production</code></pre><br/>
<p>Вот так запускается ghost в production mode.</p>]]></description>
      <pubDate>Thu, 06 Apr 2017 15:53:37 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

      

      

    
  </channel>
</rss>
