mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
11 lines
227 B
YAML
11 lines
227 B
YAML
version: "3.9"
|
|
services:
|
|
any-sync-coordinator:
|
|
image: localbuild-coordinator
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ssh:
|
|
- default
|
|
args:
|
|
REPO_DIR: repos/any-sync-coordinator/
|