Skip to content

Commit

Permalink
kill agent.sh and backend.sh in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
grepory committed Jul 31, 2017
1 parent d9ff730 commit 84dd977
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
sensu-backend1:
image: sensuapp/sensu-go
command: /opt/sensu/bin/backend.sh
command: sensu-backend start --store-client-url http://127.0.0.1:2379
hostname: backend1
restart: always
ports:
Expand All @@ -12,7 +12,7 @@ services:
- "8081:8081"
sensu-agent1:
image: sensuapp/sensu-go
command: /opt/sensu/bin/agent.sh
command: sensu-agent start --backend-url wss://sensu-backend1:8081 --subscriptions test
hostname: agent1
restart: always
links:
Expand Down
4 changes: 0 additions & 4 deletions docker-scripts/agent.sh

This file was deleted.

13 changes: 0 additions & 13 deletions docker-scripts/backend.sh

This file was deleted.

0 comments on commit 84dd977

Please sign in to comment.