Skip to content

Commit

Permalink
Update deploy instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Nov 19, 2024
1 parent 7022956 commit d476d90
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,18 @@ docker compose up -d omopcat

By default, the app will be hosted at `http://localhost:3838`.

See the [deployment docs](./deploy/README.md) for more details.
### Public version

Copy the `public.env.sample` to `public.env` and fill out the necessary environment variables.

Then run the pre-processing pipeline with

```sh
docker compose --env-file public.env run preprocess
```

and deploy the app with

```sh
docker compose --env-file public.env -p omopcat-public up -d omopcat
```

0 comments on commit d476d90

Please sign in to comment.