Skip to content

Commit c792333

Browse files
committed
changed README working on Defang
1 parent 0589676 commit c792333

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

samples/noco/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NocoDB
22

3-
This sample demosntrates how to deploy a Nocodb instance with Defang. It takes you to the Nocodb web page for signups and registration.
3+
This sample demosntrates how to deploy a Nocodb instance with Defang. It takes you to the Nocodb web page for registration.
44

55
## Prerequisites
66

@@ -16,16 +16,16 @@ This sample demosntrates how to deploy a Nocodb instance with Defang. It takes y
1616

1717
## Development
1818

19-
For development, we use a local container. This can be seen in the compose.yaml document. To run the sample locally after cloning the respository, you can run on docker by using the following command:
19+
For development, we use a local container. This can be seen in the compose.yaml document. To run the sample locally after cloning the respository, you can simply run the following command:
2020

21-
1. docker compose -f compose.dev.yaml up --build
21+
1. `docker compose up --build`
2222

2323
---
2424

25-
Title: Sailsjs
25+
Title: NocoDB
2626

2727
Short Description: A User Interface by Nocodb
2828

29-
Tags: Sailsjs
29+
Tags: NocoDB
3030

31-
Languages: nodejs, javascript
31+
Languages: NocoDB, Docker

samples/noco/compose.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ services:
2626
timeout: 2s
2727
image: postgres
2828
restart: always
29+
ports:
30+
- target: 5432
31+
published: 5432
32+
protocol: tcp
33+
mode: host
2934
volumes:
3035
- "db_data:/var/lib/postgresql/data"
3136
volumes:

0 commit comments

Comments
 (0)