1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-08 05:47:07 +09:00
anytype-heart/docker-compose.yml
2023-07-17 21:16:43 +02:00

19 lines
428 B
YAML

version: "3.9"
services:
test:
build:
context: .
args:
- GITHUB_LOGIN=${GITHUB_LOGIN:?}
- GITHUB_TOKEN=${GITHUB_TOKEN:?}
volumes:
- type: bind
source: ./tests/.cache/anytype
target: /var/anytype
- type: bind
source: ./tests/.cache/anytype_old
target: /var/anytype_old
ports:
- "${ANYTYPE_TEST_GRPC_PORT:?}:31007"
- "31008:31008"