fix: remove cpus compose limit to fix NanoCPUs error on Synology
Deploy Claude Dev (Dev) / deploy-claude-dev-dev (push) Successful in 2m1s
Deploy Dashboard (Dev) / Backend Tests (push) Successful in 1m14s
Deploy Dashboard (Dev) / Frontend Tests (push) Successful in 49s
Deploy Dashboard (Main) / Backend Tests (push) Successful in 2m43s
Deploy Dashboard (Main) / Frontend Tests (push) Successful in 6s
Deploy Dashboard (Main) / Build Main Image (push) Successful in 1m31s
Deploy Dashboard (Main) / Deploy to Production (push) Successful in 57s
Deploy Dashboard (Dev) / Build Dev Image (push) Successful in 1m35s
Deploy Dashboard (Dev) / Deploy to Dev (push) Successful in 52s
Deploy Claude Dev (Dev) / deploy-claude-dev-dev (push) Successful in 2m1s
Deploy Dashboard (Dev) / Backend Tests (push) Successful in 1m14s
Deploy Dashboard (Dev) / Frontend Tests (push) Successful in 49s
Deploy Dashboard (Main) / Backend Tests (push) Successful in 2m43s
Deploy Dashboard (Main) / Frontend Tests (push) Successful in 6s
Deploy Dashboard (Main) / Build Main Image (push) Successful in 1m31s
Deploy Dashboard (Main) / Deploy to Production (push) Successful in 57s
Deploy Dashboard (Dev) / Build Dev Image (push) Successful in 1m35s
Deploy Dashboard (Dev) / Deploy to Dev (push) Successful in 52s
This commit is contained in:
@@ -4,7 +4,6 @@ services:
|
||||
container_name: claude-dev
|
||||
restart: unless-stopped
|
||||
mem_limit: 2g
|
||||
cpus: 2.0
|
||||
network_mode: host
|
||||
stdin_open: true
|
||||
tty: true
|
||||
|
||||
@@ -4,7 +4,6 @@ services:
|
||||
container_name: docker-socket-proxy
|
||||
restart: unless-stopped
|
||||
mem_limit: 128m
|
||||
cpus: 0.2
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
environment:
|
||||
@@ -28,7 +27,6 @@ services:
|
||||
container_name: nas-dashboard
|
||||
restart: unless-stopped
|
||||
mem_limit: 2g
|
||||
cpus: 1.5
|
||||
ports:
|
||||
- "127.0.0.1:4000:4000"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user