Skip to content

Commit

Permalink
Update docker-compose-gateway.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eojinny authored Aug 2, 2024
1 parent 2109d4c commit 1a57519
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ services:
- 8888:8888
networks:
- msa-network
eureka:
image: gwangjang/eureka:latest
ports:
- 8761:8761 # Eureka 서비스 포트 설정
networks:
- msa-network


networks:
msa-network:
Expand Down

0 comments on commit 1a57519

Please sign in to comment.