Created
May 20, 2015 17:28
-
-
Save shofetim/d65bb26f9750dbafcc3e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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