Skip to content

Commit

Permalink
chore : docker compose ip 변경 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
yudonggeun committed Jun 17, 2024
1 parent 62b9e32 commit f29cead
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infra/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ services:
ports:
- "8080:8080"
environment:
URLS: "[{name: 'auth', url: 'http://144.24.59.91/auth/static/openapi3.yaml'},{name: 'user', url: 'http://144.24.59.91/user/static/openapi3.yaml'}, {name: 'server', url: 'http://144.24.59.91/server/static/openapi3.yaml'}]"

URLS: "[{name: 'auth', url: 'http://152.70.145.249/auth/static/openapi3.yaml'},{name: 'user', url: 'http://152.70.145.249/user/static/openapi3.yaml'}, {name: 'server', url: 'http://152.70.145.249/server/static/openapi3.yaml'}]"

0 comments on commit f29cead

Please sign in to comment.