add ssh-tunnel service and functions
This commit is contained in:
parent
6944ab1e25
commit
b3df5795f2
4 changed files with 47 additions and 13 deletions
|
|
@ -1,14 +1,11 @@
|
|||
[Container]
|
||||
Image=docker.io/dbgate/dbgate
|
||||
Image=docker.io/adminneoorg/adminneo
|
||||
AutoUpdate=registry
|
||||
Pod=dev-databases.pod
|
||||
Environment=CONNECTIONS=POSTGRES
|
||||
Environment=LABEL_POSTGRES="Localhost Postgres"
|
||||
Environment=ENGINE_POSTGRES=postgres@dbgate-plugin-postgres
|
||||
Environment=SERVER_POSTGRES=localhost
|
||||
Environment=PORT_POSTGRES=5432
|
||||
Environment=USER_POSTGRES=postgres
|
||||
Environment=PASSWORD_POSTGRES=1234
|
||||
|
||||
[Service]
|
||||
ExecStartPost=/usr/bin/xdg-open http://localhost:9090
|
||||
Network=host
|
||||
Environment=NEO_THEME=default
|
||||
Environment=NEO_COLOR_VARIANT=green
|
||||
Environment=NEO_JSON_VALUES_DETECTION=true
|
||||
Environment=NEO_JSON_VALUES_AUTO_FORMAT=true
|
||||
Environment=NEO_NAVIGATION_MODE=dual
|
||||
Environment=NEO_PREFER_SELECTION=true
|
||||
Environment=NEO_RELATION_LINKS=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue