Remove volume bind from test docker compose.

This commit is contained in:
Hemang
2025-02-11 10:21:03 +01:00
parent 46417a804f
commit a26ed0eebb
-4
View File
@@ -94,10 +94,6 @@ services:
- .env.test
networks:
- internal
volumes:
- type: bind
source: /tmp/invariant-explorer-test/data/database
target: /var/lib/postgresql/data
healthcheck:
test: [ "CMD-SHELL", "pg_isready -U postgres" ]
interval: 5s