# core services
# edge: ./bin/edge
irc: sleep 1 && ./libexec/irc -conf=local_conf/edge.json
clue: unset PGPASSFILE; ./libexec/clue -conf=local_conf/clue.json
pubsub1: env PUBSUB_PORT=6300 ./bin/pubsub
pubsub2: env PUBSUB_PORT=6301 ./bin/pubsub
room: ./bin/room

# additional services
firehose: sleep 1 && ./libexec/firehose -conf=local_conf/firehose.json
http_edge: env HTTP_EDGE_PORT=6600 ./bin/http_edge
logger: bash -c "sleep 1 && exec ./bin/logger"

# Simulate haproxy by opening an ssh session for external services
# :9900 -> chat depot
depot_proxy: bash -c "ssh -N clue-0ff32ce705fa3a5fb.darklaunch.us-west2.justin.tv -L9900:localhost:6901"
