Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke authored Apr 11, 2024
1 parent ffb7f38 commit 82844ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/production/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ x-skipper-env: &x-skipper-env
SKIPPER_REDIS_URL: 'redis://redis.local:6379'
SKIPPER_CELERY_BROKER_URL: 'redis://redis.local:6379'

SKIPPER_SESSION_INSECURE: "false"
# if you run this in production behind SSL, you might want to set this to "false"
SKIPPER_SESSION_INSECURE: "true"

SKIPPER_DATA_SERIES_BULK_TASK_SIZE: "5000"
SKIPPER_DATA_SERIES_BULK_BATCH_SIZE: "250"
Expand Down

0 comments on commit 82844ea

Please sign in to comment.