Skip to content

Commit

Permalink
Switch to stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Feb 16, 2024
1 parent e43df50 commit d203b49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions containers.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schain": {
"name": "skalenetwork/schain",
"version": "3.18.0-beta.0",
"version": "3.18.0",
"custom_args": {
"ulimits_list": [
{
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"ima": {
"name": "skalenetwork/ima",
"version": "2.1.0-beta.2",
"new_version": "2.1.0-beta.2",
"version": "2.1.0",
"new_version": "2.1.0",
"custom_args": {
"logs": {
"max-size": "250m",
Expand Down
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
transaction-manager:
<<: *skale_base
container_name: skale_transaction-manager
image: skalenetwork/transaction-manager:2.2.0-beta.0
image: skalenetwork/transaction-manager:2.2.0
network_mode: host
tty: true
environment:
Expand All @@ -29,7 +29,7 @@ services:
skale-admin:
<<: *skale_base
container_name: skale_admin
image: skalenetwork/admin:2.6.0-beta.0
image: skalenetwork/admin:2.6.0
cpu_shares: 192
network_mode: host
tty: true
Expand Down Expand Up @@ -70,7 +70,7 @@ services:
skale-api:
<<: *skale_base
container_name: skale_api
image: skalenetwork/admin:2.6.0-beta.0
image: skalenetwork/admin:2.6.0
network_mode: host
tty: true
cap_add:
Expand Down Expand Up @@ -104,7 +104,7 @@ services:
celery:
<<: *skale_base
container_name: celery
image: skalenetwork/admin:2.6.0-beta.0
image: skalenetwork/admin:2.6.0
network_mode: host
tty: true
environment:
Expand Down Expand Up @@ -132,7 +132,7 @@ services:
bounty:
<<: *skale_base
container_name: skale_bounty
image: skalenetwork/bounty-agent:2.2.0-beta.1
image: skalenetwork/bounty-agent:2.2.0-stable.0
network_mode: host
environment:
SGX_SERVER_URL: ${SGX_SERVER_URL}
Expand All @@ -149,7 +149,7 @@ services:
watchdog:
<<: *skale_base
container_name: skale_watchdog
image: skalenetwork/watchdog:2.2.0-beta.0
image: skalenetwork/watchdog:2.2.0-stable.0
network_mode: host
environment:
ALLOWED_TS_DIFF: 300
Expand Down

0 comments on commit d203b49

Please sign in to comment.