mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
add more info on Postgres env file
This commit is contained in:
parent
2c31884ada
commit
a4e84ec3e8
|
|
@ -84,6 +84,9 @@ RUN chmod +x /docker-entrypoint-initdb.d/init.sh
|
||||||
5. Run migrations:
|
5. Run migrations:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Replace this with Postgres credentials
|
||||||
|
# This env file only needs to be there for migrations, it can be deleted after
|
||||||
|
echo "DATABASE_URL=postgres://xxx:xxx@xxx:xxx/xxx" > .env
|
||||||
bun migrate
|
bun migrate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue