mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 13:56:33 +00:00
chore: move cypress-v2 to cypress
This commit is contained in:
17
scripts/cypress/docker-compose-pg.yml
Normal file
17
scripts/cypress/docker-compose-pg.yml
Normal 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
|
||||
Reference in New Issue
Block a user