1
0
Fork 0
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:
Grigory Efimov 2023-07-17 14:28:49 +03:00
parent 61f28b9f22
commit 89a56087d1

View 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"