Skip to content

Instantly share code, notes, and snippets.

View cookejames's full-sized avatar

James Cooke cookejames

View GitHub Profile

Keybase proof

I hereby claim:

  • I am cookejames on github.
  • I am jamescooke (https://keybase.io/jamescooke) on keybase.
  • I have a public key ASB21l4oqJZlEu_R2DNXEToKOSRn42Wk8ZlDkiKqkHC2Vwo To claim this, I am signing this object:
{
  "body": {
    "key": {
@cookejames
cookejames / docker-compose.yml
Created October 19, 2018 18:06
docker-compose local
# This is an example configuration for Docker Compose. Make sure to atleast update
# the cookie secret & postgres database password.
#
# Some other recommendations:
# 1. To persist Postgres data, assign it a volume host location.
# 2. Split the worker service to adhoc workers and scheduled queries workers.
version: '2'
services:
server:
image: redash/redash:latest