mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
added docker-compose.any-sync-tools.yml
This commit is contained in:
parent
bea54668d7
commit
ae4289b552
1 changed files with 14 additions and 0 deletions
14
docker-compose.any-sync-tools.yml
Normal file
14
docker-compose.any-sync-tools.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
any-sync-tools:
|
||||
image: localbuild-tools
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ssh:
|
||||
- default
|
||||
args:
|
||||
REPO_DIR: repos/any-sync-tools/
|
||||
volumes:
|
||||
- ./tmp/tools:/data
|
||||
command: bash -c "sleep 600"
|
Loading…
Add table
Add a link
Reference in a new issue