Skip to content

Commit

Permalink
README: document how to use env-file
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Jun 20, 2024
1 parent ecb937e commit 553b0a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ Environment variables can be set on command line or be put in local file `.env`,
WEBPORT=9000 docker compose up -d
```

or

```bash
docker compose --env-file config.env up -d
```

When the application has been started this way, run analyses with script
[`./docker/qa-catalogue`](docker/qa-catalogue) the same ways as script
`./qa-catalogue` is called when not using Docker (see [usage](#usage) for
Expand Down

0 comments on commit 553b0a9

Please sign in to comment.