File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ building.
3535It's perfect for:
3636
3737- π§± Building SaaS apps
38- - π» Running multiple stacks locally
38+ - π» Running multiple stacks ( locally and remotely)
3939- π¦ Easy database migrations
4040- π§ Customizing your toolchain
4141
Original file line number Diff line number Diff line change 44SuperStack makes it easy to run psql inside the container using a helper
55script.
66
7+ Postgres clients need credentials, one way is to add these to the Compose file:
8+
9+ ``` yaml title="db/compose.yaml"
10+ postgres :
11+ environment :
12+ PGUSER : ${POSTGRES_USER:?}
13+ PGPASSWORD : ${POSTGRES_PASSWORD:?}
14+ PGDATABASE : app
15+ ` ` `
16+
717## π Open a psql Shell
818
919To connect interactively:
File renamed without changes.
You canβt perform that action at this time.
0 commit comments