first commit

This commit is contained in:
root
2025-12-05 07:14:11 +00:00
commit 2ed4393eb9
129 changed files with 20524 additions and 0 deletions

34
grob/docker-compose.yml Normal file
View File

@@ -0,0 +1,34 @@
services:
grob:
platform: linux/amd64
build:
context: .
restart: unless-stopped
ports:
- "11331:11331"
volumes:
- history:/app/history
deploy:
resources:
limits:
cpus: 4
memory: 2048M
cleaner:
image: c4tbuts4d/dedcleaner
restart: unless-stopped
volumes:
- history:/history
environment:
- DELETE_AFTER=7m
- SLEEP=1m
- DIRS=/history
deploy:
resources:
limits:
cpus: "0.25"
memory: 128M
volumes:
history: