Skip to content

Commit

Permalink
Update docker-compose.yml (#51)
Browse files Browse the repository at this point in the history
expose the port of data-store 2
  • Loading branch information
Ragaad authored May 26, 2022
1 parent eb34f29 commit 2eb6850
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions distributed/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,28 +71,28 @@ services:
container_name: 'data_store_1'
ports:
- '55560:55560'
# network_mode: "host"
networks:
- default

network_mode: "host"
#networks:
# - default


data_store_2:
image: 'vdms_dist:1'
container_name: 'data_store_2'
network_mode: host
ports:
- '55561:55561'
# # volumes:
# # - type: 'bind'
# # - 'vdms_data_2:/vdms/build/db'
# environment:
# NETWORK_PORT: 55561
# hostname: 'data_store_2'
# ports:
# - '55561:55561'

# volumes:
# - 'vdms_data_1':
# - 'vdms_data_2':





0 comments on commit 2eb6850

Please sign in to comment.