Skip to content

Commit

Permalink
Merge pull request #181 from yudonggeun/chore/infra-docker-compose
Browse files Browse the repository at this point in the history
[infra] swagger ui cluster domain 설정
  • Loading branch information
yudonggeun authored Jun 17, 2024
2 parents f1df7b4 + f29cead commit c62fda8
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 c62fda8

Please sign in to comment.