Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added platform decoration for hasura on mac silicone
  • Loading branch information
amyfou authored Jul 2, 2024
1 parent 8c0e04f commit 9984999
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,18 @@ services:
volumes:
- /home/exouser/src/data/odinson:/data/odinson
```

If you are working on a Mac with an Apple Silicon chip, you may need to specify the platform for your Hasura image in your docker-compose.override.yml file as well. If so, your file would look like this:

```
services:
odinson-rest-api:
volumes:
- [yourfilepath]/data/odinson:/data/odinson
hasura:
platform: linux/amd64
```

5. Next, download our image, pdf and audio files from Dropbox. As files are updated in our Dropbox folder, you can run the script below while the development environment is down to keep your local filesystem up to date. From the colrc-v2 directory:

`cd ./misc` and then `python3 dropbox-sync.py`
Expand Down

0 comments on commit 9984999

Please sign in to comment.