bunch of docker compose dev changes
This commit is contained in:
parent
18386ae66f
commit
228cdca250
@ -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:
|
# ports:
|
||||||
- "8765:8765"
|
# - "8765:8765"
|
||||||
networks:
|
# networks:
|
||||||
- ws-net
|
# - ws-net
|
||||||
|
|
||||||
# ws:
|
# # ws:
|
||||||
# security_opt:
|
# # security_opt:
|
||||||
# - seccomp:unconfined
|
# # - seccomp:unconfined
|
||||||
# cap_add:
|
# # cap_add:
|
||||||
# - SYS_PTRACE
|
# # - SYS_PTRACE
|
||||||
# stdin_open: true
|
# # stdin_open: true
|
||||||
# tty: true
|
# # tty: true
|
||||||
# image: bsergean/ws:build
|
# # image: bsergean/ws:build
|
||||||
# entrypoint: sh
|
# # entrypoint: sh
|
||||||
# networks:
|
# # networks:
|
||||||
# - ws-net
|
# # - ws-net
|
||||||
# depends_on:
|
# # depends_on:
|
||||||
# - redis1
|
# # - redis1
|
||||||
#
|
# #
|
||||||
# redis1:
|
# # redis1:
|
||||||
# image: redis:alpine
|
# # image: redis:alpine
|
||||||
# networks:
|
# # networks:
|
||||||
# - ws-net
|
# # - ws-net
|
||||||
#
|
# #
|
||||||
# statsd:
|
# # statsd:
|
||||||
# image: jaconel/statsd
|
# # image: jaconel/statsd
|
||||||
# ports:
|
# # ports:
|
||||||
# - "8125:8125"
|
# # - "8125:8125"
|
||||||
# environment:
|
# # environment:
|
||||||
# - STATSD_DUMP_MSG=true
|
# # - STATSD_DUMP_MSG=true
|
||||||
# - GRAPHITE_HOST=127.0.0.1
|
# # - GRAPHITE_HOST=127.0.0.1
|
||||||
# networks:
|
# # networks:
|
||||||
# - ws-net
|
# # - ws-net
|
||||||
|
|
||||||
# compile:
|
compile:
|
||||||
# image: alpine
|
image: alpine
|
||||||
# entrypoint: sh
|
entrypoint: sh
|
||||||
# stdin_open: true
|
stdin_open: true
|
||||||
# tty: true
|
tty: true
|
||||||
# volumes:
|
volumes:
|
||||||
# - /Users/bsergeant/src/foss:/home/bsergean/src/foss
|
- /Users/bsergeant/src/foss:/home/bsergean/src/foss
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
ws-net:
|
ws-net:
|
||||||
|
Loading…
Reference in New Issue
Block a user