Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eojinny authored Oct 30, 2023
1 parent a4f3f6a commit 36f470d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
member:
image: gwangjang/member
depends_on:
- eureka
- apigateway
environment:
EUREKA_CLIENT_SERVICEURL_DEFAULTZONE: http://eureka:8761/eureka/
ports:
- 8083:8083
networks:
- msa-network
build: ./MemberService

0 comments on commit 36f470d

Please sign in to comment.