Skip to content

Commit 66816ee

Browse files
authored
Merge pull request #102 from DefangLabs/101-fix-sails-example-readme
fixed readme no mentions of Hasura
2 parents 672242e + 1d29ede commit 66816ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samples/sailsjs-postgres/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ Sailsjs with Defang and connect it to a Postgres database. Furthermore, we emons
2020

2121
## Development
2222

23-
For development, we use a Postgres container. The Postgres container is defined in the `compose.dev.yaml` file. The Hasura container is defined in the `compose.yaml` file, with some overrides in the `compose.dev.yaml` file so it can correctly connect to the development database container. To start your own, please have the env variables, POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_DB, and SESSION_SECRET ready.
23+
For development, we use a Postgres container. The Postgres container is defined in the `compose.dev.yaml` file. The Neon postgres container is defined in the `compose.yaml` file, with some overrides in the `compose.dev.yaml` file so it correctly connects to the development database container. To start your own, please have the env variables, `POSTGRES_USER`, `POSTGRES_PASSWORD`, `POSTGRES_DB`, and `SESSION_SECRET` ready.
2424

2525
To start the development environment, run:
26+
```
2627
docker compose -f compose.dev.yaml up --build
28+
```
2729

2830
---
2931

0 commit comments

Comments
 (0)