Correction of resource entry

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