Skip to content

Commit

Permalink
Update docker-compose-keyword.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eojinny authored Apr 11, 2024
1 parent 57b9e93 commit 336753c
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions docker-compose-keyword.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,12 @@
version: '3'
services:
apigateway:
image: gwangjang/apigateway
ports:
- 8888:8888
networks:
- msa-network

eureka:
image: gwangjang/eureka:latest
ports:
- 8761:8761
networks:
- msa-network
keyword:
image: gwangjang/keyword
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:
- 8081:8081
networks:
Expand All @@ -28,3 +15,4 @@ services:

networks:
msa-network:
driver: bridge

0 comments on commit 336753c

Please sign in to comment.