1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Removing the optional ports which have no purpose other than causing issues.

This commit is contained in:
mike12345567 2021-01-28 17:46:09 +00:00
parent 0b4e2425f3
commit f3be77dd7d

View file

@ -1,5 +1,7 @@
version: "3" version: "3"
# optional ports are specified throughout for more advanced use cases.
services: services:
app-service: app-service:
restart: always restart: always
@ -62,7 +64,7 @@ services:
- ./envoy.yaml:/etc/envoy/envoy.yaml - ./envoy.yaml:/etc/envoy/envoy.yaml
ports: ports:
- "${MAIN_PORT}:10000" - "${MAIN_PORT}:10000"
- "9901:9901" #- "9901:9901"
depends_on: depends_on:
- minio-service - minio-service
- worker-service - worker-service
@ -77,8 +79,8 @@ services:
- COUCHDB_USER=${COUCH_DB_USER} - COUCHDB_USER=${COUCH_DB_USER}
ports: ports:
- "${COUCH_DB_PORT}:5984" - "${COUCH_DB_PORT}:5984"
- "4369:4369" #- "4369:4369"
- "9100:9100" #- "9100:9100"
volumes: volumes:
- couchdb_data:/couchdb - couchdb_data:/couchdb