3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

コンテナ間通信でDBを共有する

Last updated at Posted at 2022-08-29

はじめに

異なるリポジトリのDBコンテナにデータを投入する方法です。
背景としては、サービス(言語)ごとにリポジトリを分けているが、DBは共有して使用したかったので、その記録となります。
前提として、AリポジトリをメインとしてDBコンテナを起動します。こちらにBリポジトリで構築したappコンテナのデータを保存できるようにします。
実現するためには、コンテナのネットワークを利用して、コンテナ間通信を行います。

こちらに移動しました。

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?