mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-07-06 02:47:50 +02:00
Remove volume bind from test docker compose.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user