Created
January 23, 2019 20:43
-
-
Save wbamberg/3f4fae8e3e631a31cb7cb5877a445984 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
Name Command State Ports | |
-------------------------------------------------------------------------------- | |
kuma_api_1 gunicorn -w 4 --bind Up 0.0.0.0:8001->8000/tcp | |
0.0.0 ... | |
kuma_elasticsearch_1 /bin/bash bin/es-docker Up 9200/tcp, 9300/tcp | |
kuma_kumascript_1 node run.js Exit 1 | |
kuma_memcached_1 docker-entrypoint.sh Up 11211/tcp | |
memcached | |
kuma_mysql_1 docker-entrypoint.sh Up 3306/tcp | |
mysql ... | |
kuma_redis_1 docker-entrypoint.sh Up 6379/tcp | |
redis ... | |
kuma_web_1 gunicorn -w 4 --bind Up 0.0.0.0:8000->8000/tcp | |
0.0.0 ... | |
kuma_worker_1 ./manage.py celery Up 8000/tcp | |
worker ... | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment