From 227eeefa6a6099d4fcfa123633c1d3acfa900629 Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Fri, 26 Apr 2024 16:06:17 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60cfc6a..8c99887 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # scyllaridae -Any microservice that takes stdin as input and returns a stream to stdout can use scyllaridae to facilitate its execution. +Any microservice that takes stdin as input to a command streams stdout can use scyllaridae to facilitate its execution. ## Adding a new microservice @@ -38,15 +38,15 @@ cmdByMimeType: Update your ISLE docker-compose.yml to deploy the service's docker image defined above ```yaml - fits-dev: &pandoc + fits-dev: &fits <<: [*dev, *common] image: ${DOCKER_REPOSITORY}/scyllaridae-fits:main networks: default: aliases: - fits - fits-prod: &pandoc-prod - <<: [*prod, *pandoc] + fits-prod: &fits-prod + <<: [*prod, *fits] ``` ### Configure alpaca and Drupal