bunch of docker compose dev changes

This commit is contained in:
Benjamin Sergeant 2019-12-05 15:18:02 -08:00
parent 18386ae66f
commit 228cdca250

View File

@ -18,50 +18,50 @@ services:
# networks: # networks:
# - ws-net # - ws-net
pyproxy: #pyproxy:
image: bsergean/ws_proxy:build # image: bsergean/ws_proxy:build
entrypoint: /usr/bin/ws_proxy.py --remote_url 'wss://cobra.addsrv.com' --host 0.0.0.0 --port 8765 # entrypoint: /usr/bin/ws_proxy.py --remote_url 'wss://cobra.addsrv.com' --host 0.0.0.0 --port 8765
ports:
- "8765:8765"
networks:
- ws-net
# ws:
# security_opt:
# - seccomp:unconfined
# cap_add:
# - SYS_PTRACE
# stdin_open: true
# tty: true
# image: bsergean/ws:build
# entrypoint: sh
# networks:
# - ws-net
# depends_on:
# - redis1
#
# redis1:
# image: redis:alpine
# networks:
# - ws-net
#
# statsd:
# image: jaconel/statsd
# ports: # ports:
# - "8125:8125" # - "8765:8765"
# environment:
# - STATSD_DUMP_MSG=true
# - GRAPHITE_HOST=127.0.0.1
# networks: # networks:
# - ws-net # - ws-net
# compile: # # ws:
# image: alpine # # security_opt:
# entrypoint: sh # # - seccomp:unconfined
# stdin_open: true # # cap_add:
# tty: true # # - SYS_PTRACE
# volumes: # # stdin_open: true
# - /Users/bsergeant/src/foss:/home/bsergean/src/foss # # tty: true
# # image: bsergean/ws:build
# # entrypoint: sh
# # networks:
# # - ws-net
# # depends_on:
# # - redis1
# #
# # redis1:
# # image: redis:alpine
# # networks:
# # - ws-net
# #
# # statsd:
# # image: jaconel/statsd
# # ports:
# # - "8125:8125"
# # environment:
# # - STATSD_DUMP_MSG=true
# # - GRAPHITE_HOST=127.0.0.1
# # networks:
# # - ws-net
compile:
image: alpine
entrypoint: sh
stdin_open: true
tty: true
volumes:
- /Users/bsergeant/src/foss:/home/bsergean/src/foss
networks: networks:
ws-net: ws-net: