https://github.com/virtyaluk/aspnetcore-mongo-redis-docker
This repo contains the code samples for the Load balanced Asp.Net Core Application with Docker, MongoDB, and Redis tutorial.
https://github.com/virtyaluk/aspnetcore-mongo-redis-docker
asp-net-core csharp docker dot-net-core mongodb nginx-balancer redis
Last synced: about 2 months ago
JSON representation
This repo contains the code samples for the Load balanced Asp.Net Core Application with Docker, MongoDB, and Redis tutorial.
- Host: GitHub
- URL: https://github.com/virtyaluk/aspnetcore-mongo-redis-docker
- Owner: virtyaluk
- License: mit
- Created: 2018-09-13T19:46:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T20:56:57.000Z (over 6 years ago)
- Last Synced: 2025-03-20T17:13:56.234Z (2 months ago)
- Topics: asp-net-core, csharp, docker, dot-net-core, mongodb, nginx-balancer, redis
- Language: C#
- Homepage:
- Size: 87.9 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASP.Net Core App + Docker + MongoDB + Redis + Nginx load balancer
This repo contains the code samples for the [Load balanced Asp.Net Core Application with Docker, MongoDB, and Redis](https://coding4dummies.net/load-balanced-asp-net-core-application-with-docker-mongodb-and-redis-c3c1c9ac2814) tutorial.
## :dvd: Setup
Have [Docker :whale2:](https://docs.docker.com/install/) installed.
From the root of the project run following:
```sh
docker-compose up
```## :green_book: License
[Licensed under the MIT license.](https://github.com/virtyaluk/aspnetcore-mongo-redis-docker/blob/master/LICENSE)
Copyright (c) 2018 Bohdan Shtepan
---
> [modern-dev.com](http://modern-dev.com) ·
> GitHub [@virtyaluk](https://github.com/virtyaluk) ·
> Twitter [@virtyaluk](https://twitter.com/virtyaluk)