mirror of
https://github.com/teableio/teable
synced 2024-11-21 14:51:09 +00:00
15 lines
312 B
YAML
15 lines
312 B
YAML
|
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
|