<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takagimeow</author_name>
  <author_url>https://blog.hatena.ne.jp/takagimeow/</author_url>
  <blog_title>たかぎとねこの忘備録</blog_title>
  <blog_url>https://takagimeow.hatenablog.com/</blog_url>
  <categories>
    <anon>Exposed</anon>
    <anon>Ktor</anon>
    <anon>Prisma</anon>
    <anon>Remix</anon>
    <anon>Docker</anon>
  </categories>
  <description>docker-composeでPostgreSQLコンテナを立ち上げる。docker-compose.ymlの内容は次のような感じで、Ktorプロジェクトのルートディレクトリに作成する。 version: &quot;3.7&quot; services: postgres: image: 'postgres:13' container_name: takagimeow-postgres restart: always environment: - POSTGRES_USER=takagimeow - POSTGRES_PASSWORD=takagimeow_pass ports: - '5432:5432' v…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakagimeow.hatenablog.com%2Fentry%2F2022%2F11%2F18%2F083000&quot; title=&quot;1つのPostgreSQLコンテナに複数のデータベースを作成して、複数のアプリケーションからアクセス可能にしてみる - たかぎとねこの忘備録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/t/takagimeow/20221117/20221117112540.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-11-18 08:30:00</published>
  <title>1つのPostgreSQLコンテナに複数のデータベースを作成して、複数のアプリケーションからアクセス可能にしてみる</title>
  <type>rich</type>
  <url>https://takagimeow.hatenablog.com/entry/2022/11/18/083000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
