Skip to content

Commit

Permalink
Update docker-compose-member.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seungueonn authored Jul 2, 2024
1 parent d4a3d9a commit 3a2df07
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions docker-compose-member.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
version: '3'
services:
apigateway:
image: gwangjang/apigateway
ports:
- 8888:8888
networks:
- msa-network

eureka:
image: gwangjang/eureka:latest
ports:
- 8761:8761
networks:
- msa-network
member:
image: gwangjang/member
depends_on:
- eureka
- apigateway
environment:
EUREKA_CLIENT_SERVICEURL_DEFAULTZONE: http://eureka:8761/eureka/
EUREKA_CLIENT_SERVICEURL_DEFAULTZONE: http://3.34.93.53:8761/eureka/
ports:
- 8083:8083
networks:
Expand Down

0 comments on commit 3a2df07

Please sign in to comment.