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:
commit
d79694ed63
2 changed files with 5 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -25,6 +25,9 @@ clean:
|
|||
pull:
|
||||
docker compose pull
|
||||
|
||||
down:
|
||||
docker compose down
|
||||
|
||||
restart: stop start
|
||||
update: stop pull start
|
||||
upgrade: stop clean start
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue