Correction of resource entry
This commit is contained in:
+2
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user