mirror of
https://github.com/aykhans/oh-my-url.git
synced 2025-04-21 19:37:47 +00:00
📚 Update environment file names and instructions for running with PostgreSQL
This commit is contained in:
parent
76ffbba810
commit
f7c4239163
12
README.md
12
README.md
@ -1,13 +1,9 @@
|
|||||||
# 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 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:
|
- Run the following command to start the application with PostgreSQL:
|
||||||
```bash
|
```bash
|
||||||
docker compose -f docker-compose-postgres.yml up
|
docker compose -f docker-compose-postgres.yml up
|
||||||
|
Loading…
x
Reference in New Issue
Block a user