/
githubmirror
/
postgres-compatibility-tests
Обзор
Документация
Войти
/
githubmirror
/
postgres-compatibility-tests
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
languages/python/psycopg2/docker-compose-host.yaml
19 строк
532 B
Timofey Koolin
actualize test configs
10 авг 2023, 16:26
10 авг 2023, 16:26
73dab34
Код
Авторство
О чём код?
version: "3" services: project: network_mode: host image: ydb-test/psycopg2 environment: - PSYCOPG2_TESTDB=${YDB_PG_DATABASE:-local} - PSYCOPG2_TESTDB_HOST=${YDB_PG_HOST:-ydb} - PSYCOPG2_TESTDB_PORT=${YDB_PG_PORT:-5432} - PSYCOPG2_TESTDB_USER=${YDB_PG_USER:-root} - PSYCOPG2_TESTDB_PASSWORD=${YDB_PG_PASSWORD:-1234} - YDB_PG_TESTNAME=${YDB_PG_TESTNAME:-} build: context: . network: host volumes: - ./exchange:/exchange - ./test-result/:/test-result