bounswe / bounswe2024group8

6 stars 1 forks source link

Deploying BE and FE to Cloud #220

Closed TurkerErdem99 closed 1 month ago

TurkerErdem99 commented 1 month ago

Issue Description

The project needs to be deployed to cloud. In order to deploy our project, our code should be able to run as docker containers.

Issue Due Date

17/10/2024 23:59

Reviewer

@yektaercul

Revision Due Date

21/10/2024 23:59

TurkerErdem99 commented 1 month ago

A VM instance for development environment is created on GCP. Network access to the specific ports (80, 443, 8080, 5432, 3000) on that machine is tested from my local computer. External IP address is not static, but its IP address is 34.32.53.217 for now, and can be accessible on the ports above.

PostgreSQL is installed and running on port 5432 of that instance.

We can use this instance for customer milestone 1.

TurkerErdem99 commented 1 month ago

YAML files will not be used for First Customer Milestone. Only Dockerfiles are used for docker containerization. Minor changes might be needed for performance issues.