Correction of resource entry

This commit is contained in:
2025-02-09 09:36:22 +01:00
parent 7a6b8ee868
commit 99a56129bd
+2 -1
View File
@@ -26,10 +26,11 @@ services:
image: ghcr.io/alexta69/metube image: ghcr.io/alexta69/metube
healthcheck: healthcheck:
test: curl -f http://localhost:8081/ || exit 1 test: curl -f http://localhost:8081/ || exit 1
deploy:
resources: resources:
limits: limits:
memory: 6g memory: 6g
cpu_shares: 768 cpus: '0.76'
network_mode: service:vpn network_mode: service:vpn
depends_on: depends_on:
- vpn - vpn