Files
nocodb/tests/playwright/scripts/docker-compose-playwright-pg.yml
2023-04-17 11:43:25 +05:30

16 lines
342 B
YAML

version: "2.1"
services:
pg147:
image: postgres:14.7
restart: always
environment:
POSTGRES_PASSWORD: password
ports:
- 5432:5432
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s
timeout: 5s
retries: 5