Skip to content

Commit

Permalink
Make golem-worker-executor depend on redis in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
anton committed Apr 2, 2024
1 parent c95f2cd commit 2a8d7c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-examples/docker-compose-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ services:
- template_compiled_store:/template_compiled_store
ports:
- "${WORKER_EXECUTOR_HTTP_PORT}:${WORKER_EXECUTOR_HTTP_PORT}"
depends_on:
- redis

volumes:
redis_data:
Expand Down
2 changes: 2 additions & 0 deletions docker-examples/docker-compose-sqlite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ services:
- template_compiled_store:/template_compiled_store
ports:
- "${WORKER_EXECUTOR_HTTP_PORT}:${WORKER_EXECUTOR_HTTP_PORT}"
depends_on:
- redis

volumes:
redis_data:
Expand Down

0 comments on commit 2a8d7c4

Please sign in to comment.