minio port change
All checks were successful
Gitea Docker Redeploy / Redploy-App-on-self-via-SSH (push) Successful in 19s
All checks were successful
Gitea Docker Redeploy / Redploy-App-on-self-via-SSH (push) Successful in 19s
This commit is contained in:
parent
579b76ebd5
commit
86a8d4589f
@ -3,7 +3,6 @@ networks:
|
||||
llm_network:
|
||||
driver: bridge
|
||||
services:
|
||||
|
||||
#nginx:
|
||||
# container_name: ${APP_PREFIX}_reverseproxy
|
||||
# image: nginxinc/nginx-unprivileged #:1.25-alpine
|
||||
@ -22,17 +21,17 @@ services:
|
||||
#image: docker.io/bitnami/minio #:2022
|
||||
image: minio/minio
|
||||
ports:
|
||||
- '19000:9000'
|
||||
- '19001:9001'
|
||||
- "29000:9000"
|
||||
- "29001:9001"
|
||||
networks:
|
||||
- llm_network
|
||||
volumes:
|
||||
- 'minio_data:/data'
|
||||
- "minio_data:/data"
|
||||
environment:
|
||||
- MINIO_ROOT_USER=root
|
||||
- MINIO_ROOT_PASSWORD=rootrootroot
|
||||
- MINIO_DEFAULT_BUCKETS=defaultbucket
|
||||
command: server --console-address ":19001" /data
|
||||
command: server --console-address ":29001" /data
|
||||
|
||||
elasticsearch:
|
||||
container_name: ${APP_PREFIX}_elasticsearch
|
||||
@ -87,14 +86,13 @@ services:
|
||||
ports:
|
||||
- 8888:8080
|
||||
environment:
|
||||
- '/ollama/api=http://ollama:11434/api'
|
||||
- "/ollama/api=http://ollama:11434/api"
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- llm_network
|
||||
|
||||
|
||||
#frontend:
|
||||
# container_name: ${APP_PREFIX}_frontend
|
||||
# image: ${APP_PREFIX}-vue-frontend
|
||||
|
Loading…
x
Reference in New Issue
Block a user