We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f4e01 commit b1827c4Copy full SHA for b1827c4
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