Skip to content

Commit

Permalink
Merge pull request #338 from skalenetwork/skaled-no-restart-policy
Browse files Browse the repository at this point in the history
Turn off restart policy for skaled
  • Loading branch information
gannakulikova authored Sep 2, 2021
2 parents 4dcbe10 + ba81eb6 commit aef43e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"seccomp=unconfined"
],
"restart_policy": {
"MaximumRetryCount": 3,
"Name": "on-failure"
"MaximumRetryCount": 0,
"Name": "no"
},
"network": "host",
"cap_add": [
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
skale-admin:
<<: *skale_base
container_name: skale_admin
image: skalenetwork/admin:2.0.1-beta.5
image: skalenetwork/admin:2.0.1-beta.6
cpu_shares: 192
network_mode: host
tty: true
Expand Down Expand Up @@ -67,7 +67,7 @@ services:
skale-api:
<<: *skale_base
container_name: skale_api
image: skalenetwork/admin:2.0.1-beta.5
image: skalenetwork/admin:2.0.1-beta.6
network_mode: host
tty: true
cap_add:
Expand Down Expand Up @@ -100,7 +100,7 @@ services:
celery:
<<: *skale_base
container_name: celery
image: skalenetwork/admin:2.0.1-beta.5
image: skalenetwork/admin:2.0.1-beta.6
network_mode: host
tty: true
environment:
Expand Down

0 comments on commit aef43e8

Please sign in to comment.