0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Docker-compose.ymlの記載について

Posted at

version

docker-composeで使用するバージョンを定義する

バージョンによって,docker-compose.ymlの書き方が変わる

service

アプリケーションを動かすためのそれぞれの要素のこと
webやdbはアプリケーションを動かす一つの要素であると定義される

depends_on

コンテナの作成順序と依存関係を決める

tty: true

docker-compose upしたコンテナを起動させ続ける。

environment

環境変数を追加する

volumes

マウントする設定ファイルのパスを指定する
[「PATH を通す」の意味をできるだけわかりやすく説明する試み](https://qiita.com/sta/items/63e1048025d1830d12fd #)

参考

[docker-compose.ymlの書き方について解説してみた](https://qiita.com/yuta-ushijima/items/d3d98177e1b28f736f04#version%E3%81%A3%E3%81%A6 #)

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?