Skip to content

Commit

Permalink
Update to postgres:14
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioVdlC committed Jun 27, 2023
1 parent 29de152 commit e850ea5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ down:
docker rm postgres-analytics-service

up:
docker run --name postgres-analytics-service -p 5432:5432 -e POSTGRES_USER=root -e POSTGRES_PASSWORD=root -e POSTGRES_DB=analytics-service-db postgres:13
docker run --name postgres-analytics-service -p 5432:5432 -e POSTGRES_USER=root -e POSTGRES_PASSWORD=root -e POSTGRES_DB=analytics-service-db postgres:14
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ npm install
cp .env.sample .env
```

```sh
DATABASE_URL="postgresql://root:root@localhost:5432/analytics-service-db"
```

```sh
make up
```
Expand Down

0 comments on commit e850ea5

Please sign in to comment.