Commit bca0180
committed
Default compose to GHCR-hosted image with override hook
Self-hosters can now `docker compose pull && docker compose up` straight off
ghcr.io/nickclyde/apollo-backend:latest. Devs working from source can pin a
local tag with `APOLLO_IMAGE=apollo-backend:dev docker compose up --build`;
the `build:` block is preserved for that path.1 parent 2dab36b commit bca0180
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments