mirror of https://github.com/nocodb/nocodb
Naveen MR
2 years ago
8 changed files with 37 additions and 18 deletions
@ -0,0 +1,24 @@ |
|||||||
|
spec: |
||||||
|
name: nocodb |
||||||
|
services: |
||||||
|
- name: nocodb |
||||||
|
image: |
||||||
|
registry_type: DOCKER_HUB |
||||||
|
registry: nocodb |
||||||
|
repository: nocodb |
||||||
|
tag: latest |
||||||
|
run_command: "./server/scripts/digitalocean-postbuild.sh" |
||||||
|
instance_size_slug: "basic-s" |
||||||
|
health_check: |
||||||
|
initial_delay_seconds: 10 |
||||||
|
http_path: /api/health |
||||||
|
envs: |
||||||
|
- key: NODE_ENV |
||||||
|
value: "production" |
||||||
|
- key: DATABASE_URL |
||||||
|
scope: RUN_TIME |
||||||
|
value: ${postgres.DATABASE_URL} |
||||||
|
databases: |
||||||
|
- name: postgres |
||||||
|
engine: PG |
||||||
|
production: false |
@ -1,5 +1,5 @@ |
|||||||
<component name="ProjectRunConfigurationManager"> |
<component name="ProjectRunConfigurationManager"> |
||||||
<configuration default="false" name="Drop metadb" type="NodeJSConfigurationType" path-to-js-file="$PROJECT_DIR$/packages/nocodb/src/run/deleteMetaDb.js" working-dir="$PROJECT_DIR$/packages/nocodb/src/run"> |
<configuration default="false" name="Drop metadb" type="NodeJSConfigurationType" path-to-js-file="deleteMetaDb.js" working-dir="$PROJECT_DIR$/packages/nocodb/src/run"> |
||||||
<method v="2" /> |
<method v="2" /> |
||||||
</configuration> |
</configuration> |
||||||
</component> |
</component> |
@ -1,12 +0,0 @@ |
|||||||
<component name="ProjectRunConfigurationManager"> |
|
||||||
<configuration default="false" name="Run GUI" type="js.build_tools.npm"> |
|
||||||
<package-json value="$PROJECT_DIR$/packages/nc-gui/package.json" /> |
|
||||||
<command value="run" /> |
|
||||||
<scripts> |
|
||||||
<script value="dev" /> |
|
||||||
</scripts> |
|
||||||
<node-interpreter value="project" /> |
|
||||||
<envs /> |
|
||||||
<method v="2" /> |
|
||||||
</configuration> |
|
||||||
</component> |
|
@ -0,0 +1,7 @@ |
|||||||
|
<component name="ProjectRunConfigurationManager"> |
||||||
|
<configuration default="false" name="Start::IDE" type="CompoundRunConfigurationType"> |
||||||
|
<toRun name="Run::Backend" type="js.build_tools.npm" /> |
||||||
|
<toRun name="Run::Frontend" type="js.build_tools.npm" /> |
||||||
|
<method v="2" /> |
||||||
|
</configuration> |
||||||
|
</component> |
Loading…
Reference in new issue