chore: start v0.8.0 development
This commit is contained in:
+4
-4
@@ -1,10 +1,10 @@
|
||||
services:
|
||||
web:
|
||||
image: mebbling:${MEBBLING_VERSION:-0.7.0}
|
||||
image: mebbling:${MEBBLING_VERSION:-0.8.0}
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
APP_VERSION: "${MEBBLING_VERSION:-0.7.0}"
|
||||
APP_VERSION: "${MEBBLING_VERSION:-0.8.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.7.0}
|
||||
image: mebbling:${MEBBLING_VERSION:-0.8.0}
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
APP_VERSION: "${MEBBLING_VERSION:-0.7.0}"
|
||||
APP_VERSION: "${MEBBLING_VERSION:-0.8.0}"
|
||||
command: npm run worker
|
||||
env_file: .env
|
||||
environment: { DATABASE_PATH: /app/data/hub.db }
|
||||
|
||||
Reference in New Issue
Block a user