Files
validator/ctfcup2025-school-final/services/grob/docker-compose.yml

34 lines
539 B
YAML

services:
grob:
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: