https://github.com/codewithpraveen/labs-docker-compose
Repo for the "Create and Manage Multi-container Apps with Docker Compose" lab
https://github.com/codewithpraveen/labs-docker-compose
docker-compose mssql mssql-docker multicontainer
Last synced: about 1 month ago
JSON representation
Repo for the "Create and Manage Multi-container Apps with Docker Compose" lab
- Host: GitHub
- URL: https://github.com/codewithpraveen/labs-docker-compose
- Owner: CodeWithPraveen
- Created: 2022-11-20T05:59:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T03:08:43.000Z (over 3 years ago)
- Last Synced: 2025-03-24T03:44:29.643Z (about 1 year ago)
- Topics: docker-compose, mssql, mssql-docker, multicontainer
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repository for the Docker Compose Lab
Create and manage multi-container apps with Docker Compose
## Overview
The BrezyWeather is a simple .NET Core web app used as a demo project in this lab. It is used to view simple weather details for a city. It connects with SQL Server to manage the data in the backend. The app and the database are configured as services in the Docker Compose file.
## Learning Objectives
- Define SQL Server Service Using Docker Compose.
- Define .NET API Application Service Using Docker Compose.
- Build and Run the Docker Compose File to Create Images.
## What Will You Learn?
- Docker Compose
- Microsoft SQL Server
- Connecting .NET API app with SQL Server image.
- Docker Compose CLI commands to manage services.
- Writing a Compose file from scratch.
## Prerequisites
- Basic knowledge of Docker Compose CLI commands.
- Familiarity with SQL Server and SQL queries.
- Familiarity with container concepts.
## Learn More & Enroll:
https://www.udemy.com/labs/create-and-manage-multi-container-apps-with-docker-compose-2/overview/