Skip to content

Commit

Permalink
Cleanup compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaze committed Jun 8, 2020
1 parent 36afdf6 commit 76a884a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.apprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
deploy:
placement:
constraints:
- node.role == manager
- node.role == manager

notify:
image: mazzolino/apprise-microservice:0.1
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ services:
app:
build: .
image: mazzolino/shepherd
environment:
TZ: 'US/Eastern'
SLEEP_TIME: '5m'
FILTER_SERVICES: ''
VERBOSE: 'true'
volumes:
- /var/run/docker.sock:/var/run/docker.sock
deploy:
placement:
constraints:
- node.role == manager
environment:
TZ: 'US/Eastern'
SLEEP_TIME: '5m'
FILTER_SERVICES: ''
VERBOSE: 'true'

0 comments on commit 76a884a

Please sign in to comment.