Skip to content

Commit 757e995

Browse files
committed
chore(infra): always pull edge api image in compose
- switch local compose api image to `ghcr.io/evannotfound/vercount-api:edge` - add `pull_policy: always` so compose refreshes the image on start
1 parent b584946 commit 757e995

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

compose.local.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
api:
3-
image: vercount-api:local
3+
image: ghcr.io/evannotfound/vercount-api:edge
4+
pull_policy: always
45
build:
56
context: .
67
dockerfile: apps/api/Dockerfile

compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
api:
33
image: ghcr.io/evannotfound/vercount-api:edge
4+
pull_policy: always
45
environment:
56
PORT: 8080
67
REDIS_URL: ${REDIS_URL:-}

0 commit comments

Comments
 (0)