Skip to content

miyayudai/multi-container-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multi-container-app

このリポジトリは、複数のコンテナを連携させるDockerアプリケーションのサンプルです。

Multi Containers App

This is a repo for new users getting started with Docker.

You can try it out using the following command.

docker compose up -d

And open http://localhost:3000 in your browser.

構成

  • Webアプリケーション
  • データベース
  • その他必要なサービス

セットアップ方法

  1. DockerとDocker Composeをインストールしてください。
  2. 以下のコマンドでコンテナを起動します。
docker-compose up
  1. ブラウザで http://localhost にアクセスして動作を確認できます。

ディレクトリ構成

  • web/ : Webアプリケーションのソース
  • db/ : データベース関連ファイル
  • docker-compose.yml : サービス定義ファイル

ライセンス

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • EJS 49.8%
  • JavaScript 32.4%
  • Dockerfile 17.8%