Skip to content

Commit 2b6acdf

Browse files
Removed useless volume for test database (#23)
1 parent c3961be commit 2b6acdf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@ services:
2828
image: postgres:15-alpine
2929
ports:
3030
- '${TEST_DB_HOST_PORT}:${DB_PORT}'
31-
volumes:
32-
- data_test:/var/lib/postgresql/data
3331
environment:
3432
- POSTGRES_PASSWORD=${DB_PASSWORD}
3533
- POSTGRES_DB=${TEST_DB_NAME}
3634

3735
volumes:
3836
data:
39-
data_test:

0 commit comments

Comments
 (0)