feat: complete v0.6 content and attachment experience

This commit is contained in:
2026-07-19 04:15:28 +08:00
parent d285f3e275
commit ed1a798587
17 changed files with 126 additions and 51 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
services:
web:
image: mebbling:${MEBBLING_VERSION:-0.5.0}
image: mebbling:${MEBBLING_VERSION:-0.6.0}
build:
context: .
args:
APP_VERSION: "${MEBBLING_VERSION:-0.5.0}"
APP_VERSION: "${MEBBLING_VERSION:-0.6.0}"
ports: ["8088:3000"]
env_file: .env
environment: { DATABASE_PATH: /app/data/hub.db }
@@ -13,11 +13,11 @@ services:
- ./public/uploads:/app/public/uploads
restart: unless-stopped
worker:
image: mebbling:${MEBBLING_VERSION:-0.5.0}
image: mebbling:${MEBBLING_VERSION:-0.6.0}
build:
context: .
args:
APP_VERSION: "${MEBBLING_VERSION:-0.5.0}"
APP_VERSION: "${MEBBLING_VERSION:-0.6.0}"
command: npm run worker
env_file: .env
environment: { DATABASE_PATH: /app/data/hub.db }