Skip to content

Commit

Permalink
Update: docker-compose.yaml.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwupark committed Nov 2, 2023
1 parent 0571c16 commit a9da471
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ services:
- 8080
ports:
- 8080:8080
environment:
- DB_URL=${DB_URL}
- DB_USERNAME=${DB_USERNAME}
- DB_PASS=${DB_PASS}
- KAKAO_CLIENT=${KAKAO_CLIENT}
- KAKAO_SECRET=${KAKAO_SECRET}
- JWT_SECRET=${JWT_SECRET}

nginx:
container_name: nginx
Expand Down

0 comments on commit a9da471

Please sign in to comment.