1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00
anytype-heart/docker-compose.yml
2023-04-25 18:17:59 +02:00

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"