mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
mirrored qstash image (#968)
<!-- Make sure you've read the CONTRIBUTING.md guidelines: https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md --> --------- Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
This commit is contained in:
parent
57e6a012e1
commit
0bcec0f08f
2
.github/workflows/e2e-api-tests.yaml
vendored
2
.github/workflows/e2e-api-tests.yaml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
- name: Start Docker Compose in background
|
||||
uses: JarvusInnovations/background-action@v1.0.7
|
||||
with:
|
||||
run: docker compose -f docker/dependencies/docker.compose.yaml up -d &
|
||||
run: docker compose -f docker/dependencies/docker.compose.yaml up --pull always -d &
|
||||
# we don't need to wait on anything, just need to start the daemon
|
||||
wait-on: /dev/null
|
||||
tail: true
|
||||
|
||||
@ -195,7 +195,7 @@ services:
|
||||
# ================= QStash =================
|
||||
|
||||
qstash:
|
||||
image: public.ecr.aws/upstash/qstash:latest
|
||||
image: bgodil/qstash:latest
|
||||
ports:
|
||||
- "${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}25:8080"
|
||||
command: qstash dev
|
||||
|
||||
Loading…
Reference in New Issue
Block a user