teable/dockers/integration-test.yml
tea artist 7640591312
fix: should not use host from request (#220)
* ci: build and push images

* fix: should not use host from request
2023-10-25 22:47:35 +08:00

17 lines
352 B
YAML

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