Skip to content

🐳 Dockerized Notes App with MySQL Backend This repository contains a fully containerized Notes Web Application using Docker Compose. The backend is built with Python Django (or specify your tech stack), and it's connected to a MySQL database — all orchestrated within a custom Docker network for seamless communication. 🔧 Features: Docker Compose

Notifications You must be signed in to change notification settings

pank07/docker-compose-deploy

Repository files navigation

This is a simple notes app built with React and Django.

Requirements

  1. Python 3.9
  2. Node.js
  3. React

Installation

  1. Clone the repository
git clone https://github.com/pank07/docker-compose-django-notes-app.git
  1. Build the app
docker build -t notes-app .
  1. Run the app
docker run -d -p 8000:8000 notes-app:latest

Nginx

Install Nginx reverse proxy to make this application available

sudo apt-get update sudo apt install nginx

After written Docker-Compose file finally project deployed

Screenshot (52) Screenshot (53) Screenshot (54)

About

🐳 Dockerized Notes App with MySQL Backend This repository contains a fully containerized Notes Web Application using Docker Compose. The backend is built with Python Django (or specify your tech stack), and it's connected to a MySQL database — all orchestrated within a custom Docker network for seamless communication. 🔧 Features: Docker Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •