Skip to content

Commit

Permalink
Update docker-compose-contents.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eojinny authored Apr 11, 2024
1 parent 11e517a commit 7602375
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions docker-compose-contents.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
version: '3'
services:
apigateway:
image: gwangjang/apigateway
ports:
- 8888:8888
networks:
- msa-network

eureka:
image: gwangjang/eureka:latest
ports:
- 8761:8761
networks:
- msa-network

contents:
image: gwangjang/contents
depends_on:
Expand All @@ -28,4 +14,4 @@ services:

networks:
msa-network:
external: true
driver: bridge

0 comments on commit 7602375

Please sign in to comment.