Skip to content

Commit

Permalink
Merge pull request #73 from sapiensXXV/dev
Browse files Browse the repository at this point in the history
[DOCS] README 수정
  • Loading branch information
sapiensXXV authored Sep 7, 2024
2 parents 17a7453 + 6950f79 commit 8705e25
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
- **부하테스트** `nGrinder`

### 프로젝트 구조
![](https://github.com/user-attachments/assets/26d292e0-b4e8-4ceb-9941-ac58e850ee8e)
![프로젝트 구조](https://github.com/user-attachments/assets/26d292e0-b4e8-4ceb-9941-ac58e850ee8e)

### 배포 흐름
![image](https://github.com/user-attachments/assets/b6a370df-a674-4f29-bcba-e74f295c3ed3)
![ci-cd 흐름](https://github.com/user-attachments/assets/b6a370df-a674-4f29-bcba-e74f295c3ed3)


### 포스트
Expand Down
1 change: 0 additions & 1 deletion backend/docker/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
context: ../..
dockerfile: ./backend/docker/dev.dockerfile
args:
# - DATABASE_URL=${DATABASE_URL}
- MASTER_DB_URL=${MASTER_DB_URL}
- SLAVE1_DB_URL=${SLAVE1_DB_URL}
- SLAVE2_DB_URL=${SLAVE2_DB_URL}
Expand Down
1 change: 0 additions & 1 deletion backend/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
context: ../..
dockerfile: ./backend/docker/prod.dockerfile
args:
# - DATABASE_URL=${DATABASE_URL}
- MASTER_DB_URL=${MASTER_DB_URL}
- SLAVE1_DB_URL=${SLAVE1_DB_URL}
- SLAVE2_DB_URL=${SLAVE2_DB_URL}
Expand Down

0 comments on commit 8705e25

Please sign in to comment.