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 image: ghcr.io/alexta69/metube
healthcheck: healthcheck:
test: curl -f http://localhost:8081/ || exit 1 test: curl -f http://localhost:8081/ || exit 1
resources: deploy:
limits: resources:
memory: 6g limits:
cpu_shares: 768 memory: 6g
cpus: '0.76'
network_mode: service:vpn network_mode: service:vpn
depends_on: depends_on:
- vpn - vpn