Sign inSign up

dustin/cbugg

By dustin

Updated almost 11 years ago

a box of cbugg

Image
0

402

dustin/cbugg repository overview

It kind of needs a lot of startup script, but this is how I'm running it under daemontools.

#!/bin/sh

exec $HOME/go/bin/logexec -tag=cbugg \
  docker run -p 8066:8066 dustin/cbugg /usr/local/bin/cbugg \
    -couchbase=http://SOMEMACHINE:8091/ \
    -smtpserver=SOMEMACHINE:25 \
    -mailfrom=cbugg@SOMEDOMAIN \
    -baseurl=http://SOMEURL/ \
    -elasticsearchHost SOMEHOST \
    -notificationDelay=30s \
    -cbfs=http://SOMEPLACE:8484/cbugg/ \
    -staticEtag=67511049d3eb \
    -static=/usr/local/share/cbugg/static/ \
    -ghuser=SOMEUSER \
    -ghpass=SOMEPASSWORD

Tag summary

Content type

Image

Digest

sha256:f67196504

Size

40.8 MB

Last updated

almost 11 years ago

docker pull dustin/cbugg