- Notifications
You must be signed in to change notification settings - Fork1.1k
Commit9730c86
authored
chore(compose.yaml): allow overriding CODER_REPO (#20419)
Allows running a vendored version of Coder in our `compose.yaml` asfollows:```CODER_REPO=my.repo.tld/mycoder/coder CODER_VERSION=my-tag docker compose up```Also allows running the current "dogfood" version of Coder as follows:```CODER_REPO=ghcr.io/coder/coder-preview CODER_VERSION=dogfood docker compose up```1 parent5ecab7b commit9730c86
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments
Comments
(0)