We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9582d0b commit 5378d38Copy full SHA for 5378d38
1 file changed
.github/workflows/fetch-oas.yml
@@ -33,7 +33,7 @@ jobs:
33
docker images
34
35
- name: Start Dojo
36
- run: docker compose up --no-deps -d postgres nginx uwsgi
+ run: docker compose up --no-deps -d valkey postgres uwsgi nginx
37
env:
38
DJANGO_VERSION: ${{ env.release_version }}-alpine
39
NGINX_VERSION: ${{ env.release_version }}-alpine
0 commit comments