Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaLisov committed Jun 27, 2024
1 parent ce64c80 commit 0c75156
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ services:
- POSTGRES_USER=${POSTGRES_USERNAME}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_DB=${POSTGRES_DATABASE}
ports:
- '5432:5432'
volumes:
- ./src/main/resources/db-init:/docker-entrypoint-initdb.d
- db-data:/var/lib/postgresql/data
Expand Down

0 comments on commit 0c75156

Please sign in to comment.