Skip to content

Commit

Permalink
Remove deploy block
Browse files Browse the repository at this point in the history
It errors:
The following deploy sub-keys are not supported and have been ignored: restart_policy.delay, restart_policy.window

And at the moment it's not used for production deployments.

Clearly a result of accidental copy/paste.
  • Loading branch information
kare committed Sep 3, 2021
1 parent 9ffd0a6 commit a60eca7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -466,12 +466,6 @@ services:
- parity-sidechain-node0
- postgres
- chainlink-external-adapter
deploy:
restart_policy:
condition: on-failure
delay: 3s
max_attempts: 5
window: 60s
healthcheck:
test: ["CMD", "echo"] # TODO: health check
interval: 10s
Expand Down

0 comments on commit a60eca7

Please sign in to comment.