Commit 7632dd88 authored by Reza Sahebgharan's avatar Reza Sahebgharan

final test

parent c00aee8e
Pipeline #444 canceled with stages
in 9 seconds
...@@ -7,7 +7,7 @@ services: ...@@ -7,7 +7,7 @@ services:
restart: on-failure restart: on-failure
image: "karname/app:${TAG_VERSION}" image: "karname/app:${TAG_VERSION}"
ports: ports:
- '5050:3000' - '80:3000'
depends_on: depends_on:
- mongo - mongo
links: links:
......
...@@ -10,7 +10,7 @@ services: ...@@ -10,7 +10,7 @@ services:
dockerfile: docker/devel/Dockerfile dockerfile: docker/devel/Dockerfile
image: 'karname/app:${TAG_VERSION}' image: 'karname/app:${TAG_VERSION}'
ports: ports:
- '5050:3000' - '80:3000'
depends_on: depends_on:
- mongo - mongo
links: links:
......
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