mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
13 lines
248 B
YAML
13 lines
248 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
test:
|
|
environment:
|
|
- ANYTYPE_OFFLINE=true
|
|
build: .
|
|
volumes:
|
|
- type: bind
|
|
source: ./tests/.cache/anytype
|
|
target: /var/anytype
|
|
ports:
|
|
- "${ANYTYPE_TEST_GRPC_PORT:?}:31007"
|