Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into evelina/teacher-profile-unstyled
Browse files Browse the repository at this point in the history
135ze authored Jul 20, 2024
2 parents fd3b9cb + 37ad3d4 commit bec1d1f
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -109,6 +109,11 @@ docker-compose up --build
docker-compose down
```

```bash
# stops the containers and removes volumes
docker-compose down --volumes
```

```bash
# get Names & Statuses of Running Containers
docker ps
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -17,6 +17,11 @@ services:
- NODE_ENV=development
- WATCHPACK_POLLING=true
- CHOKIDAR_USEPOLLING=true
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_HOST=db
- POSTGRES_DATABASE=${POSTGRES_DATABASE}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_PORT=${POSTGRES_PORT}
db:
image: postgres:16-alpine
ports:

0 comments on commit bec1d1f

Please sign in to comment.