1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-08 05:47:03 +09:00

Merge pull request #1 from anytypeio/bilienko/s3_testing

s3 configuration for integration tests
This commit is contained in:
Grigory Efimov 2023-05-10 21:08:17 +03:00 committed by GitHub
commit d79694ed63
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -25,6 +25,9 @@ clean:
pull:
docker compose pull
down:
docker compose down
restart: stop start
update: stop pull start
upgrade: stop clean start

View file

@ -4,10 +4,11 @@ account:
signingKey: kTZYumPO7MoEsU7ZyeNTLFgYaO3rGFEHk2qXJdqnV9O0DhMk/wdbgkwrbqtIpVH4Bkx7LPEHesTg3DfH4G524g==
s3Store:
bucket: anytype-dev-filenode
bucket: s3-emulator:4569
maxThreads: 16
profile: default
region: eu-central-1
endpoint: http://s3-emulator:4569
redis:
isCluster: false