Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Apr 26, 2024
1 parent 924be7b commit 227eeef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 227eeef

Please sign in to comment.