feat: improve run.Dockerfile

This commit is contained in:
adrian
2025-09-16 09:28:57 +02:00
committed by Adrian Benavides
parent 3332a88e6f
commit a3f7a2eac4
2 changed files with 51 additions and 52 deletions

View File

@@ -2,8 +2,6 @@ services:
db:
image: protocol-testing-db:latest
restart: "always"
logging:
driver: "none"
healthcheck:
test: [ "CMD-SHELL", "pg_isready -U postgres" ]
interval: 1s