Skip to content

Commit

Permalink
Merge pull request #252 from coderxio/update_readme_docker_inst
Browse files Browse the repository at this point in the history
feat: update readme to reflect docker change
  • Loading branch information
jrlegrand authored Feb 1, 2024
2 parents 4270518 + 62ce327 commit 9f63e21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ We would love to see you contribute to SageRx. Join our [Slack](https://join.sla
- `UMLS_API=<umls_api_key>` - if you want to use RxNorm, you need an API key from [UMLS](https://uts.nlm.nih.gov/uts/signup-login).
4. Make sure Docker is installed
5. Run `docker-compose up airflow-init`.
6. Run `docker-compose up`.
6. Run `docker-compose up`.

> NOTE: if you have an [M1 Mac](https://stackoverflow.com/questions/62807717/how-can-i-solve-postgresql-scram-authentication-problem) `export DOCKER_DEFAULT_PLATFORM=linux/amd64`, and re-build your images
> NOTE 2: if you're running [WSL1/2](https://learn.microsoft.com/en-us/windows/wsl/about) you may need to use `docker compose` rather than `docker-compose` per [this](https://stackoverflow.com/questions/66514436/difference-between-docker-compose-and-docker-compose/66526176#66526176)
### Server URLs

- Airflow UI is hosted on `localhost:8001` or `0.0.0.0:8001`
Expand Down

0 comments on commit 9f63e21

Please sign in to comment.