created omnitools

This commit is contained in:
2026-05-12 23:54:15 -07:00
parent 696d82f7ca
commit 73761df7ef
2 changed files with 27 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
services:
app:
image: iib0011/omni-tools:${OMNITOOLS_VERSION:-latest}
container_name: omnitools-app
security_opt:
- no-new-privileges:true
ports:
- ${OMNITOOLS_PORT:-8000}:80
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://localhost:80"]
interval: 30s
timeout: 10s
retries: 3
start_period: 10s
deploy:
resources:
limits:
memory: 512M
restart: unless-stopped