mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-08 05:47:07 +09:00
19 lines
428 B
YAML
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"
|