1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12: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 6e2d2fba96
commit 34eceb18bf

View file

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