7c2489ea5c
Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
301 B
YAML
14 lines
301 B
YAML
services:
|
|
mincedpad:
|
|
build: .
|
|
ports: ["8080:8080"]
|
|
environment:
|
|
ADMIN_PASSWORD: "changeme"
|
|
SECRET_KEY: "change-me-in-production"
|
|
MAX_UPLOAD_MB: "200"
|
|
RATE_LIMIT_PER_SECOND: "2"
|
|
DATA_DIR: "/data"
|
|
volumes:
|
|
- ./data:/data
|
|
restart: unless-stopped
|