Skip to content

Commit

Permalink
Update local compose and bin command for adding demo targets to the r…
Browse files Browse the repository at this point in the history
…unning savior system
  • Loading branch information
Patrick Dwyer committed May 1, 2018
1 parent ab8b204 commit 8aa8af5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion bin/add-target.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
for var in "$@"
do
docker run -d --rm --network=savior_default --name $var virtue-savior/demo-target
docker run -d --rm --network=apinet --name $var virtue-savior/demo-target
done
12 changes: 0 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,6 @@ services:
apinet:
aliases:
- dropper_callback
target_1:
image: 127.0.0.1:5000/demo-target
build: "./targets/demo-target"
depends_on:
- kafka
- api
stdin_open: true
tty: true
networks:
apinet:
aliases:
- target_1
api_server_postgres:
image: postgres:9.3
volumes:
Expand Down

0 comments on commit 8aa8af5

Please sign in to comment.