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