test
This commit is contained in:
@@ -92,6 +92,20 @@ services:
|
||||
- internal
|
||||
ports:
|
||||
- "8080:8080"
|
||||
minio:
|
||||
image: 'minio/minio:latest'
|
||||
container_name: quyoshli-minio
|
||||
ports:
|
||||
- '9100:9100'
|
||||
- '9101:9101'
|
||||
environment:
|
||||
MINIO_ROOT_USER: 'admin'
|
||||
MINIO_ROOT_PASSWORD: 'password'
|
||||
volumes:
|
||||
- 'quyoshli-minio:/data'
|
||||
command: server /data --address ":9100" --console-address ":9101"
|
||||
networks:
|
||||
- internal
|
||||
volumes:
|
||||
quyoshli-postgres:
|
||||
driver: local
|
||||
@@ -99,3 +113,5 @@ volumes:
|
||||
driver: local
|
||||
quyoshli-redis:
|
||||
driver: local
|
||||
quyoshli-minio:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user