Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
# -----------------------------------------------------------------------------
# Service versions
# -----------------------------------------------------------------------------
ANY_SYNC_NODE_VERSION=v0.11.0
ANY_SYNC_FILENODE_VERSION=v0.11.0
ANY_SYNC_COORDINATOR_VERSION=v0.9.0
ANY_SYNC_CONSENSUSNODE_VERSION=v0.7.1
ANY_SYNC_NODE_VERSION=v0.11.1
ANY_SYNC_FILENODE_VERSION=v0.11.1
ANY_SYNC_COORDINATOR_VERSION=v0.9.1
ANY_SYNC_CONSENSUSNODE_VERSION=v0.7.2
ANY_SYNC_TOOLS_VERSION=latest
ANYTYPE_CLI_VERSION=latest

Expand Down Expand Up @@ -120,7 +120,6 @@ ANYTYPE_CLI_ACCOUNT_NAME=anytype-bot
MONGO_1_PORT=27001
MONGO_CONNECT=mongodb://mongo-1:${MONGO_1_PORT}
MONGO_REPLICA_SET=rs0
MONGO_URL=${MONGO_CONNECT}/?replicaSet=${MONGO_REPLICA_SET}


# -----------------------------------------------------------------------------
Expand All @@ -144,7 +143,6 @@ MINIO_BUCKET=minio-bucket
MINIO_PORT=9000
EXTERNAL_MINIO_PORT=${MINIO_PORT}
MINIO_WEB_PORT=9001
EXTERNAL_MINIO_WEB_PORT=${MINIO_WEB_PORT}


# -----------------------------------------------------------------------------
Expand Down
188 changes: 0 additions & 188 deletions CHANGELOG.md

This file was deleted.

22 changes: 0 additions & 22 deletions Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions docker-compose.any-sync-consensusnode.yml

This file was deleted.

9 changes: 0 additions & 9 deletions docker-compose.any-sync-coordinator.yml

This file was deleted.

9 changes: 0 additions & 9 deletions docker-compose.any-sync-filenode.yml

This file was deleted.

9 changes: 0 additions & 9 deletions docker-compose.any-sync-node-1.yml

This file was deleted.

25 changes: 0 additions & 25 deletions docker-compose.any-sync-node-all.yml

This file was deleted.

Loading
Loading