You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit includes Dockerfile and docker-compose.yml necessary for setting up the gin and mysql environment. Dockerfile contains the necessary dependencies and instructions for creating a gin and mysql container, while docker-compose.yml defines the services that make up the application and their run-time configurations.
Related issue: YJU-OKURA#7
- The removed Dockerfiles made the project structure cleaner and more manageable.
- We also removed the docker-compose.yml file as it is not used. This prevented confusion and increased clarity.
- Removed unnecessary references in related documentation and configuration files.
Related issue: YJU-OKURA#7
📝 Issueの概要
このIssueの目的は、ginとmysqlのDocker環境を設定することです。要求事項は
Dockerfile
とdocker-compose.yml
の作成で、これによりgin
とmysql
のコンテナを効率的に管理できるようにすることが目標です。📚 背景情報
Dockerを使用すると、開発環境の一貫性を確保し、他の開発者との協力を容易にすることができます。
📋 具体的な作業内容
Dockerfile
の作成docker-compose.yml
の作成📎 関連するIssueやドキュメント
なし
🖼️ 参考スクリーンショットや図
このIssueを理解するのに特にスクリーンショットや図は必要ありません。
🔄 Issueの進行状況
Dockerfile
の作成docker-compose.yml
の作成The text was updated successfully, but these errors were encountered: