feat: Docker deploy serving SPA and API on :8080
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user