update deploy_meta and template for dev docker
This commit is contained in:
parent
12389c5d59
commit
ca45c457f7
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
import os
|
||||||
import sys
|
import sys
|
||||||
import yaml
|
import yaml
|
||||||
import os
|
|
||||||
from PyQt5.QtWidgets import QMainWindow, QLineEdit, QLabel, QAction
|
from PyQt5.QtWidgets import QMainWindow, QLineEdit, QLabel, QAction
|
||||||
from PyQt5.QtWidgets import QFileDialog, QGridLayout, QWidget, QApplication
|
from PyQt5.QtWidgets import QFileDialog, QGridLayout, QWidget, QApplication
|
||||||
from PyQt5.QtWidgets import QMessageBox
|
from PyQt5.QtWidgets import QMessageBox
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@ docker:
|
||||||
name: null
|
name: null
|
||||||
port: 5432
|
port: 5432
|
||||||
name: null
|
name: null
|
||||||
|
machine: default
|
||||||
logging:
|
logging:
|
||||||
paths: [null]
|
paths: [null]
|
||||||
maintenance:
|
maintenance:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue