1
0
Fork 0

init: whatever

This commit is contained in:
Arthur K. 2026-02-20 19:11:32 +03:00
commit e752a9003a
Signed by: wzray
GPG key ID: B97F30FDC4636357
9 changed files with 1053 additions and 0 deletions

11
compose.yml Normal file
View file

@ -0,0 +1,11 @@
services:
megapt:
build: src
restart: unless-stopped
environment:
USAGE_THRESHOLD: 85
CHECK_INTERVAL: 60
labels:
traefik.host: megapt
volumes:
- ./data:/data