init: whatever
This commit is contained in:
commit
e752a9003a
9 changed files with 1053 additions and 0 deletions
11
compose.yml
Normal file
11
compose.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue