Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 653 Bytes

File metadata and controls

21 lines (16 loc) · 653 Bytes

Mini Docker Projem

Bu proje, Node.js Express tabanlı basit bir web uygulamasını ve MySQL veritabanını Docker ile containerize etmektedir.

Özellikler

  • Web uygulaması (Node.js + Express)
  • MySQL veritabanı
  • Dockerfile ve docker-compose.yaml ile kolay kurulum
  • Volume ve network kullanımı
  • Ortam değişkenleri ile yapılandırma

Kurulum ve Çalıştırma

  1. Reponuzu klonlayın.
  2. Docker imajını build edin ve konteynerleri ayağa kaldırın.
  3. Tarayıcınızda http://localhost:3000 adresine gidin.
git clone https://github.com/kullanici_adi/mini-docker-project.git
cd mini-docker-project

docker-compose up --build