Skip to content

Commit

Permalink
replace architecture diagram with png
Browse files Browse the repository at this point in the history
  • Loading branch information
Byunk committed Jan 27, 2024
1 parent 8e8fa10 commit 25a8b78
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 60 deletions.
31 changes: 1 addition & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,36 +152,7 @@ erDiagram

### Deployment

```mermaid
%%{init: {'theme': 'default' } }%%
flowchart TB
%%{ init: { 'flowchart': { 'curve': 'basis' } } }%%
api_server
nginx
postgres[(postgres)]
postgres_backup_manager
redis[(redis)]
volume
request --> nginx
subgraph EC2
subgraph Docker Compose
direction RL
nginx <--> api_server
api_server <--> postgres
api_server <--> redis
postgres_backup_manager --> |dump|postgres
end
volume -. mount .-> postgres_backup_manager
end
subgraph S3
bucket
end
bucket -. mount .-> volume
api_server <--> bucket
```
![architecture](/assets/architecture.png)

## Maintainer

Expand Down
Binary file added assets/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 1 addition & 30 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,7 @@

## 시스템 구성요소

```mermaid
%%{init: {'theme': 'default' } }%%
flowchart TB
%%{ init: { 'flowchart': { 'curve': 'basis' } } }%%
api_server
nginx
postgres[(postgres)]
postgres_backup_manager
redis[(redis)]
volume
request --> nginx
subgraph EC2
subgraph Docker Compose
direction RL
nginx <--> api_server
api_server <--> postgres
api_server <--> redis
postgres_backup_manager --> |dump|postgres
end
volume -. mount .-> postgres_backup_manager
end
subgraph S3
bucket
end
bucket -. mount .-> volume
api_server <--> bucket
```
![architecture](/assets/architecture.png)

메인 데이터베이스로 `postgreSQL`을 사용하고 있으며 세션 데이터베이스로 `redis`를 사용하고 있습니다.

Expand Down

0 comments on commit 25a8b78

Please sign in to comment.