Skip to content

Instantly share code, notes, and snippets.

@shofetim
Created May 20, 2015 17:28
Show Gist options
  • Save shofetim/d65bb26f9750dbafcc3e to your computer and use it in GitHub Desktop.
Save shofetim/d65bb26f9750dbafcc3e to your computer and use it in GitHub Desktop.
socketserver:
image: azurestandard/beehive
command: /srv/beehive/manage.py socketserver --settings=env.bh_dev
links:
- redis
- postgres
- es
environment:
- "REDIS_PORT=tcp://redis_1:6379"
- "POSTGRESQL_PORT=tcp://postgres_1:5432"
- "ELASTICSEARCH_PORT=tcp://es_1:9200"
- "CSW_URL_BASE=http://warehouse:8080" # add to your local /etc/hosts: 127.0.0.1 warehouse
volumes:
- .:/srv/beehive
- /dev/log:/dev/log # Allows calls to syslog to function
ports:
- "4000:4000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment