Commit 4837a1c
committed
Add heroku-connect to Docker compose file
This commit adds the heroku-connect container as documented in:
https://github.com/RaspberryPiFoundation/heroku-connect
This means that building the project now requires authenticating with
`ghcr.io` by doing:
$ echo $GITHUB_TOKEN | docker login ghcr.io -u <github-username> \
--password-stdin
Where $GITHUB_TOKEN is a PAT with `packages:read` permissions (same as
you use for NPM).1 parent 217f3e4 commit 4837a1c
1 file changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
56 | 77 | | |
57 | 78 | | |
58 | 79 | | |
59 | 80 | | |
| 81 | + | |
0 commit comments