Commit f8a7123a authored by Reza Sahebgharan's avatar Reza Sahebgharan

feat(remove external expose port): remove external port for karname app

parent c4407c73
Pipeline #781 passed with stages
in 52 minutes and 22 seconds
......@@ -5,8 +5,8 @@ services:
container_name: karname-app
restart: always
image: "karname-app:${TAG_VERSION}"
ports:
- "80:3000"
# ports:
# - "80:3000"
# depends_on:
# - mongo
# links:
......@@ -14,7 +14,7 @@ services:
environment:
ROOT_URL: ${APP_ROOT_URL:-http://localhost}
MONGO_URL: mongodb://mongo-windows:27017/karname
PORT: 3000
PORT: 80
METEOR_SETTINGS: '{"worklistUrl":"http://karname-broker","databusUrl":"http://databus"}'
# mongo:
# container_name: mongo-windows
......
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