We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3896b3f commit 4e0a1c7Copy full SHA for 4e0a1c7
docker-compose.yml
@@ -43,3 +43,16 @@ services:
43
depends_on:
44
- "timescaledb"
45
restart: always
46
+
47
+ extension-tracker:
48
+ image: minio/mc
49
+ volumes:
50
+ - ./data:/data
51
+ command: mc mb my-bucket
52
+ depends_on:
53
+ - "timescaledb"
54
+ restart: always
55
+ environment:
56
+ - AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
57
+ - AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
58
+ - AWS_DEFAULT_REGION=Global
0 commit comments