mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
Implement Minio storage (#128)
* add minio dep * implement minio storage * fix travis.yml * start minio in background
This commit is contained in:
committed by
Aaron Schlesinger
parent
00ac591082
commit
cde250728a
@@ -13,6 +13,14 @@ services:
|
||||
- "MYSQL_USER=vgp"
|
||||
- "MYSQL_PASSWORD=vgp"
|
||||
- "MYSQL_DATABASE=vgoprox"
|
||||
minio:
|
||||
image: minio/minio:latest
|
||||
command: server /data
|
||||
ports:
|
||||
- "9000:9000"
|
||||
environment:
|
||||
MINIO_ACCESS_KEY: minio
|
||||
MINIO_SECRET_KEY: minio123
|
||||
jaeger:
|
||||
environment:
|
||||
- COLLECTOR_ZIPKIN_HTTP_PORT=9441
|
||||
|
||||
Reference in New Issue
Block a user