このリポジトリは、複数のコンテナを連携させるDockerアプリケーションのサンプルです。
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アプリケーション
- データベース
- その他必要なサービス
- DockerとDocker Composeをインストールしてください。
- 以下のコマンドでコンテナを起動します。
docker-compose up- ブラウザで
http://localhostにアクセスして動作を確認できます。
web/: Webアプリケーションのソースdb/: データベース関連ファイルdocker-compose.yml: サービス定義ファイル
MIT