Skip to content

Commit a60eca7

Browse files
committed
Remove deploy block
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.
1 parent 9ffd0a6 commit a60eca7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -466,12 +466,6 @@ services:
466466
- parity-sidechain-node0
467467
- postgres
468468
- chainlink-external-adapter
469-
deploy:
470-
restart_policy:
471-
condition: on-failure
472-
delay: 3s
473-
max_attempts: 5
474-
window: 60s
475469
healthcheck:
476470
test: ["CMD", "echo"] # TODO: health check
477471
interval: 10s

0 commit comments

Comments
 (0)