Stacks from Dockhand

This commit is contained in:
2026-03-14 00:32:13 +01:00
parent 2d7608598c
commit c4005e0e4e
17 changed files with 778 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
services:
webcheck:
container_name: Web-Check
image: lissy93/web-check
mem_limit: 4g
cpu_shares: 768
security_opt:
- no-new-privileges:true
restart: on-failure:5
ports:
- 6160:3000