1
0
Fork 0
This commit is contained in:
Arthur K. 2026-03-02 05:11:22 +03:00
commit 3cafa163c4
Signed by: wzray
GPG key ID: B97F30FDC4636357
8 changed files with 144 additions and 0 deletions

17
compose.yml Normal file
View file

@ -0,0 +1,17 @@
services:
ai:
build: ai
labels:
traefik.host: ai
traefik.external: true
ports:
- 8239:80
volumes:
- ./data/ai:/data
restart: unless-stopped
megapt:
build: megapt
environment:
USAGE_REFRESH_THRESHOLD: 85
volumes:
- ./data/megapt:/data