mirror of
https://github.com/teableio/teable
synced 2024-11-22 07:13:32 +00:00
16 lines
306 B
YAML
16 lines
306 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
integration-test:
|
|
container_name: integration-test
|
|
build:
|
|
context: ../
|
|
target: builder
|
|
args:
|
|
INTEGRATION_TEST: 1
|
|
hostname: integration-test
|
|
networks:
|
|
- teable-net
|
|
environment:
|
|
- PRISMA_DATABASE_URL=file:../../db/main.db
|