mirror of
https://github.com/aykhans/oh-my-url.git
synced 2025-04-19 03:09:42 +00:00
📚 Add instructions for running the application with PostgreSQL
This commit is contained in:
parent
248d1cf117
commit
9d89212dd9
15
README.md
15
README.md
@ -1 +1,14 @@
|
|||||||
# Oh My URL!
|
# Run for development
|
||||||
|
|
||||||
|
## Rename and fill environment files
|
||||||
|
|
||||||
|
- Rename the following files:
|
||||||
|
- `/app/config/.env.example` to `/app/config/.env`
|
||||||
|
- `/config/postgresql/.env.example` to `/config/postgresql/.env`
|
||||||
|
|
||||||
|
## Run with PostgreSQL
|
||||||
|
|
||||||
|
- Run the following command to start the application with PostgreSQL:
|
||||||
|
```bash
|
||||||
|
docker compose -f docker-compose-postgres.yml up
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user