mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
25 lines
478 B
YAML
25 lines
478 B
YAML
services:
|
|
any-sync-node-1:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ssh:
|
|
- default
|
|
args:
|
|
REPO_DIR: repos/any-sync-node/
|
|
any-sync-node-2:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ssh:
|
|
- default
|
|
args:
|
|
REPO_DIR: repos/any-sync-node/
|
|
any-sync-node-3:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ssh:
|
|
- default
|
|
args:
|
|
REPO_DIR: repos/any-sync-node/
|