Skip to content

Commit

Permalink
enable worker by default in our dockerfile (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Preston authored Jul 27, 2022
1 parent 66c87ad commit 66104e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- FIDESOPS__LOG_PII=${FIDESOPS__LOG_PII}
- FIDESOPS__HOT_RELOAD=${FIDESOPS__HOT_RELOAD}
- FIDESOPS__ROOT_USER__ANALYTICS_ID=${FIDESOPS__ROOT_USER__ANALYTICS_ID}
- FIDESOPS__EXECUTION__WORKER_ENABLED=False
- FIDESOPS__EXECUTION__WORKER_ENABLED=True

db:
image: postgres:12
Expand Down

0 comments on commit 66104e2

Please sign in to comment.