From 0df27b8e8facab49cbdb6c00d087defdb7039c65 Mon Sep 17 00:00:00 2001 From: Ozgur Ozturk Date: Thu, 27 Jun 2024 10:24:10 +0200 Subject: [PATCH 01/12] ilk commit --- docker-compose.yml | 12 ++++++++---- frontend/index.html | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 17c8a74..f42c997 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,19 +1,23 @@ version: '3' services: frontend: - image: ozgurozturknet/fe:proje + image: frontend ports: - "3000:80" # Add any additional configuration for service1 here backend: - image: ozgurozturknet/be:proje + image: backend ports: - "5000:80" + environment: + - DB_HOST=database + - DB_USERNAME=todo_admin + - DB_PASSWORD=password + - DB_NAME=todo_app # Add any additional configuration for service2 here - database: - image: ozgurozturknet/db:proje + image: database ports: - "3306:3306" environment: diff --git a/frontend/index.html b/frontend/index.html index 8ba8a34..30cefed 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,12 +5,12 @@ HTML Web Page -

Merhaba BBDevOpsBootCamp Proje Ekibi

+

Merhaba Siemens R&D Ekibi

::Yapilacaklar Listesi::