chore: move cypress-v2 to cypress

This commit is contained in:
Wing-Kam Wong
2022-09-06 11:40:22 +08:00
parent d628a5f4aa
commit db2b6bf006
87 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
version: "2.1"
services:
pg96:
image: postgres:9.6
restart: always
environment:
POSTGRES_PASSWORD: password
ports:
- 5432:5432
volumes:
- ../../packages/nocodb/tests/pg-sakila-db:/docker-entrypoint-initdb.d
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s
timeout: 5s
retries: 5