Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.1 beta #656

Merged
merged 11 commits into from
Oct 18, 2024
2 changes: 1 addition & 1 deletion containers.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schain": {
"name": "skalenetwork/schain",
"version": "3.19.3",
"version": "3.20.0-beta.0",
"custom_args": {
"ulimits_list": [
{
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
skale-sync-admin:
<<: *skale_base
container_name: skale_sync_admin
image: skalenetwork/admin:2.7.2
image: skalenetwork/admin:2.8.0-beta.0
network_mode: host
tty: true
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.7.2
image: skalenetwork/admin:2.8.0-beta.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.7.2
image: skalenetwork/admin:2.8.0-beta.0
network_mode: host
tty: true
cap_add:
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
celery:
<<: *skale_base
container_name: celery
image: skalenetwork/admin:2.7.2
image: skalenetwork/admin:2.8.0-beta.0
network_mode: host
tty: true
environment:
Expand Down
Loading
Loading