mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 14:07:02 +09:00
added docker-compose.any-sync-tools.yml
This commit is contained in:
parent
61f28b9f22
commit
89a56087d1
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