mirror of
https://github.com/aykhans/oh-my-url.git
synced 2025-04-20 11:31:24 +00:00
10 lines
344 B
Markdown
10 lines
344 B
Markdown
## Run with PostgreSQL
|
|
|
|
- Rename and fill environment files:
|
|
- `/app/config/postgres.env.example` to `/app/config/postgres.env`
|
|
- `/config/postgresql/.env.example` to `/config/postgresql/.env`
|
|
|
|
- Run the following command to start the application with PostgreSQL:
|
|
```bash
|
|
docker compose -f docker-compose-postgres.yml up
|
|
``` |