Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
todo-application
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
devops-project
todo-application
Commits
c2d33f69
Commit
c2d33f69
authored
4 years ago
by
derrabauke
Browse files
Options
Downloads
Patches
Plain Diff
Delete concept image exports
parent
068e34f6
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
infra.png
+0
-0
0 additions, 0 deletions
infra.png
infrastructure.mmd
+0
-18
0 additions, 18 deletions
infrastructure.mmd
pipeline.mmd
+0
-15
0 additions, 15 deletions
pipeline.mmd
pipeline.png
+0
-0
0 additions, 0 deletions
pipeline.png
with
0 additions
and
33 deletions
infra.png
deleted
100644 → 0
+
0
−
0
View file @
068e34f6
22.6 KiB
This diff is collapsed.
Click to expand it.
infrastructure.mmd
deleted
100644 → 0
+
0
−
18
View file @
068e34f6
graph LR
R[Request] -->|www|C[Firewall/Loadbalancer]
C-->RP
RP-->F
RP-->B
B-->|API|DB
subgraph subID[replicable VPS]
RP{Nginx: Reverse Proxy :80 }
F(Nginx: Frontend React : 81)
B(NodeJS: Backend : 4001)
end
subgraph MongoDB<br/>Atlas Service*
DB[(MongoDB)]
end
style subID color:white,fill:#f9ff9,stroke:yellow
style B color:black,fill:#f91,stroke:#313,stroke-width:4px
style F color:white,fill:#191,stroke:#313,stroke-width:4px
This diff is collapsed.
Click to expand it.
pipeline.mmd
deleted
100644 → 0
+
0
−
15
View file @
068e34f6
graph TB
GH[Github Repo] -->|triggered via hooks|CI[CI via CircleCI]
CI-->CD[CD via CircleCI]
CD-->|runs|T[TerraForm]
subgraph subID["Cloudprovider: Linode | AWS"]
T-->A("Configuration Management Ansible")
A-->C["Docker Containers"]
T-->|provisions|C
C-->F(Nginx: 81)
C-->B(NodeJS: 4001)
C-->DB[(MongoDB)]
end
style subID color:white,fill:#f9ff9,stroke:yellow
style B color:black,fill:#f91,stroke:#313,stroke-width:4px
style F color:white,fill:#191,stroke:#313,stroke-width:4px
This diff is collapsed.
Click to expand it.
pipeline.png
deleted
100644 → 0
+
0
−
0
View file @
068e34f6
40.7 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment