mirror of
https://github.com/teableio/teable
synced 2024-11-21 06:42:28 +00:00
7640591312
* ci: build and push images * fix: should not use host from request
17 lines
352 B
YAML
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
|