Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 1.08 KB

USAGE.md

File metadata and controls

37 lines (26 loc) · 1.08 KB

ligevan's Usage

Table of Contents

Requirements

  • Docker
  • Docker Compose

Installation

  • Step 1: Download docker-compose files

    curl -O https://raw.githubusercontent.com/hardingadonis/ligevan/main/docker-compose.yml
    curl -O https://raw.githubusercontent.com/hardingadonis/ligevan/main/docker-compose.development.yml
    
  • Step 2: Start the development via Docker Compose

    sudo docker-compose -f docker-compose.yml -f docker-compose.development.yml up -d
    
  • Step 3: Explore

    # Service URL
    1 Backend http://localhost:3000
    2 Frontend http://localhost:8080
    3 Database http://localhost:27017
    4 Portainer http://localhost:9000