Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
electronyoon authored Feb 16, 2025
1 parent 5ad4a47 commit 878f6b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- NAVER_LAND_BASE_URL=${NAVER_LAND_BASE_URL}
- NAVER_LAND_AUTH_TOKEN=${NAVER_LAND_AUTH_TOKEN}
volumes:
- .:/workspaces
- .:/workspaces:cached

api:
build:
Expand All @@ -30,4 +30,4 @@ services:
- LOCAL_DB_PASSWORD=${LOCAL_DB_PASSWORD}
- LOCAL_JWT_SECRET=${LOCAL_JWT_SECRET}
volumes:
- .:/workspaces
- .:/workspaces:cached

0 comments on commit 878f6b2

Please sign in to comment.