Comment out postgres

This commit is contained in:
Guntis Smaukstelis
2023-11-05 23:21:42 +02:00
parent 4dddcbff03
commit 526426139c
5 changed files with 32 additions and 18 deletions
+6
View File
@@ -44,4 +44,10 @@ docker pull postgres
docker run --name local-postgres -e POSTGRES_PASSWORD=mysecretpassword -p 5432:5432 -d postgres
docker stop local-postgres
docker start local-postgres
```
## Fly Postgres
```
fly machines list --app <app-name>
fly machines start <machine-id> --app <app-name>
```