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
|
container_name: claude-dev
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
mem_limit: 2g
|
mem_limit: 2g
|
||||||
cpus: 2.0
|
|
||||||
network_mode: host
|
network_mode: host
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ services:
|
|||||||
container_name: docker-socket-proxy
|
container_name: docker-socket-proxy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
mem_limit: 128m
|
mem_limit: 128m
|
||||||
cpus: 0.2
|
|
||||||
labels:
|
labels:
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
environment:
|
environment:
|
||||||
@@ -28,7 +27,6 @@ services:
|
|||||||
container_name: nas-dashboard
|
container_name: nas-dashboard
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
mem_limit: 2g
|
mem_limit: 2g
|
||||||
cpus: 1.5
|
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:4000:4000"
|
- "127.0.0.1:4000:4000"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user