minio port change
All checks were successful
Gitea Docker Redeploy / Redploy-App-on-self-via-SSH (push) Successful in 19s

This commit is contained in:
Tobias Weise 2024-08-20 17:50:02 +02:00
parent 579b76ebd5
commit 86a8d4589f

View File

@ -3,7 +3,6 @@ networks:
llm_network: llm_network:
driver: bridge driver: bridge
services: services:
#nginx: #nginx:
# container_name: ${APP_PREFIX}_reverseproxy # container_name: ${APP_PREFIX}_reverseproxy
# image: nginxinc/nginx-unprivileged #:1.25-alpine # image: nginxinc/nginx-unprivileged #:1.25-alpine
@ -22,17 +21,17 @@ services:
#image: docker.io/bitnami/minio #:2022 #image: docker.io/bitnami/minio #:2022
image: minio/minio image: minio/minio
ports: ports:
- '19000:9000' - "29000:9000"
- '19001:9001' - "29001:9001"
networks: networks:
- llm_network - llm_network
volumes: volumes:
- 'minio_data:/data' - "minio_data:/data"
environment: environment:
- MINIO_ROOT_USER=root - MINIO_ROOT_USER=root
- MINIO_ROOT_PASSWORD=rootrootroot - MINIO_ROOT_PASSWORD=rootrootroot
- MINIO_DEFAULT_BUCKETS=defaultbucket - MINIO_DEFAULT_BUCKETS=defaultbucket
command: server --console-address ":19001" /data command: server --console-address ":29001" /data
elasticsearch: elasticsearch:
container_name: ${APP_PREFIX}_elasticsearch container_name: ${APP_PREFIX}_elasticsearch
@ -87,14 +86,13 @@ services:
ports: ports:
- 8888:8080 - 8888:8080
environment: environment:
- '/ollama/api=http://ollama:11434/api' - "/ollama/api=http://ollama:11434/api"
extra_hosts: extra_hosts:
- host.docker.internal:host-gateway - host.docker.internal:host-gateway
restart: unless-stopped restart: unless-stopped
networks: networks:
- llm_network - llm_network
#frontend: #frontend:
# container_name: ${APP_PREFIX}_frontend # container_name: ${APP_PREFIX}_frontend
# image: ${APP_PREFIX}-vue-frontend # image: ${APP_PREFIX}-vue-frontend