was the presetup configuration even used, deploy new dashboard stuff
This commit is contained in:
parent
f0ab9c6200
commit
1dea7721e5
41 changed files with 1626 additions and 1370 deletions
|
@ -1,5 +1,3 @@
|
|||
version: '3'
|
||||
name: zeppelin-prod
|
||||
volumes:
|
||||
mysql-data:
|
||||
services:
|
||||
|
@ -88,3 +86,15 @@ services:
|
|||
- .env
|
||||
working_dir: /zeppelin/dashboard
|
||||
command: ["node", "serve.js"]
|
||||
|
||||
revampdashboard:
|
||||
depends_on:
|
||||
migrate:
|
||||
condition: service_completed_successfully
|
||||
build: *build
|
||||
restart: on-failure
|
||||
environment: *env
|
||||
env_file:
|
||||
- .env
|
||||
working_dir: /zeppelin/revampdashboard
|
||||
command: ["node", "build"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue