teable/dockers/integration-test.yml

15 lines
312 B
YAML
Raw Normal View History

version: '3.9'
services:
integration-test:
container_name: integration-test
build:
context: ../
dockerfile: ./dockers/teable/Dockerfile
target: builder
hostname: integration-test
networks:
- teable-net
environment:
- PRISMA_DATABASE_URL=file:../../db/main.db