feat: add managed installation and system updates
This commit is contained in:
@@ -3,11 +3,17 @@ services:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: deploy/api.Dockerfile
|
||||
args:
|
||||
APP_VERSION: ${LANQIN_BUILD_VERSION:-dev}
|
||||
APP_COMMIT: ${LANQIN_BUILD_COMMIT:-local}
|
||||
|
||||
web:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: deploy/web.Dockerfile
|
||||
args:
|
||||
VITE_APP_VERSION: ${LANQIN_BUILD_VERSION:-dev}
|
||||
VITE_RELEASE_URL: ${LANQIN_BUILD_RELEASE_URL:-}
|
||||
|
||||
postfix:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user