1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-08 14:07:02 +09:00
docker-compose for testing any-sync
Find a file
2023-08-18 16:30:48 +03:00
.aws add s3-emulator 2023-08-18 16:30:39 +03:00
etc s3 configuration for integration tests 2023-08-18 16:30:48 +03:00
.env add specific versions support 2023-08-18 16:30:40 +03:00
.gitignore update configuration for network nodeconf 2023-08-18 16:30:41 +03:00
docker-compose.yml docker-compose.yml: tmp fix for nodeconf 2023-08-18 16:30:42 +03:00
LICENSE first commit 2023-03-01 03:01:13 +02:00
Makefile s3 configuration for integration tests 2023-08-18 16:30:48 +03:00
README.md fixed README.md 2023-08-18 16:30:46 +03:00

test stand in docker-compose

prepare

usage

  • start stand:
    make start
    
  • stop stand:
    make stop
    
  • restart stand:
    make restart
    
  • update image versions and start:
    make update
    
  • clean unused docker objects:
    make clean
    
  • clean tmp files - deleting data for redis, mongo, s3, any-sync-*:
    make cleanTmp
    
  • show logs:
    docker-compose logs -f any-sync-node
    docker-compose logs -f any-sync-filenode
    docker-compose logs -f
    
  • attach to vm:
    docker compose exec mongo bash
    docker compose exec any-type-node-1 bash
    docker compose exec any-sync-coordinator bash
    

set specific versions

use file .env

minimal versions

  • any-sync-coordinator v0.0.10
  • any-sync-filenode v0.1.5
  • any-sync-node v0.0.31