teable/dockers/integration-test.yml
2023-10-25 16:15:22 +08:00

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