Commit eacced33 authored by Gyeongho Park's avatar Gyeongho Park

[MOD] docker-compose

parent 50c2a9e1
...@@ -11,12 +11,11 @@ services: ...@@ -11,12 +11,11 @@ services:
docs-back: docs-back:
build: build:
context: ./docs-back context: ./docs-back
image: vridge-api-ai image: docs-back
container_name: vridge-api-ai container_name: docs-back
expose: expose:
- "5000" - "5000"
links: links:
- vridge-eureka
- mongodb - mongodb
restart: "unless-stopped" restart: "unless-stopped"
docs-front: docs-front:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment