Skip to content

abhisheksali55/docker-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

36 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

flowchart LR
    EC2["☁️ **Amazon EC2**\nCode Server"] 
    GH["πŸ™ **GitHub**\nCode Push"] 
    DOC["🐳 **Docker**\nContainerize App"] 
    DC["πŸ™ **Docker Compose**\nMulti-container"] 
    JEN["βš™οΈ **Jenkins**\nCI/CD Engine"]
    SH["πŸ’» **Shell Script**\nBuild Commands"]
    IMG["πŸ“¦ **Build Docker Image**\ndocker build -t app"]
    CON["πŸš€ **Container Running**\nApp is Live!"]
    ACC["🌐 **Access Application**\nBrowser / URL"]
    WH["πŸ”” **Webhook / Users**\nNotified! βœ…"]

    EC2 --> GH --> DOC --> DC --> JEN
    JEN --> SH
    SH --> IMG --> CON --> ACC --> WH

    EC2 ~~~ WH
    GH ~~~ ACC
    DOC ~~~ CON
    DC ~~~ IMG

    style EC2 fill:#FFF3E0,stroke:#FF9900,stroke-width:2px,color:#E65100
    style GH  fill:#F5F5F5,stroke:#333,stroke-width:2px,color:#24292E
    style DOC fill:#E3F2FD,stroke:#0db7ed,stroke-width:2px,color:#0277BD
    style DC  fill:#E3F2FD,stroke:#0db7ed,stroke-width:2px,color:#0277BD
    style JEN fill:#FFEBEE,stroke:#d33833,stroke-width:2px,color:#B71C1C
    style SH  fill:#ECEFF1,stroke:#546E7A,stroke-width:2px,color:#263238
    style IMG fill:#E1F5FE,stroke:#0288d1,stroke-width:2px,color:#01579B
    style CON fill:#E8F5E9,stroke:#2e7d32,stroke-width:2px,color:#1B5E20
    style ACC fill:#F3E5F5,stroke:#7b1fa2,stroke-width:2px,color:#4A148C
    style WH  fill:#EDE7F6,stroke:#6c5ce7,stroke-width:2px,color:#4527A0
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors