Skip to content

Commit

Permalink
*monitoring - partial
Browse files Browse the repository at this point in the history
*consensus-partial
  • Loading branch information
Egor Zuev committed Oct 10, 2020
1 parent d8e8244 commit baa2595
Show file tree
Hide file tree
Showing 12 changed files with 2,140 additions and 0 deletions.
16 changes: 16 additions & 0 deletions consensus/distributed_lock/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: "3"

services:

zookeeper:
image: zookeeper
environment:
POSTGRES_USER: music
POSTGRES_PASSWORD: 123
ports:
- 2181:2181
networks:
- main

networks:
main:
Loading

0 comments on commit baa2595

Please sign in to comment.