workflow fixedererer
All checks were successful
Gitea Docker Redeploy / Redploy-App-on-self-via-SSH (push) Successful in 14s

This commit is contained in:
Tobias Weise 2024-08-15 23:51:24 +02:00
parent c227cdd000
commit 973821ca4f
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ jobs:
name: Redploy-App-on-self-via-SSH name: Redploy-App-on-self-via-SSH
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Down app, git pull and build image - name: Down app and git pull
uses: appleboy/ssh-action@v1.0.3 uses: appleboy/ssh-action@v1.0.3
with: with:
host: ${{ secrets.HOST }} host: ${{ secrets.HOST }}

View File

@ -22,8 +22,8 @@ services:
#image: docker.io/bitnami/minio #:2022 #image: docker.io/bitnami/minio #:2022
image: minio/minio image: minio/minio
ports: ports:
- '9000:9000' - '19000:9000'
- '9001:9001' - '19001:9001'
networks: networks:
- llm_network - llm_network
volumes: volumes:
@ -32,7 +32,7 @@ services:
- 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 ":9001" /data command: server --console-address ":19001" /data
elasticsearch: elasticsearch:
container_name: ${APP_PREFIX}_elasticsearch container_name: ${APP_PREFIX}_elasticsearch