workflow fixedererer
All checks were successful
Gitea Docker Redeploy / Redploy-App-on-self-via-SSH (push) Successful in 14s
All checks were successful
Gitea Docker Redeploy / Redploy-App-on-self-via-SSH (push) Successful in 14s
This commit is contained in:
parent
c227cdd000
commit
973821ca4f
@ -6,7 +6,7 @@ jobs:
|
||||
name: Redploy-App-on-self-via-SSH
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Down app, git pull and build image
|
||||
- name: Down app and git pull
|
||||
uses: appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
|
@ -22,8 +22,8 @@ services:
|
||||
#image: docker.io/bitnami/minio #:2022
|
||||
image: minio/minio
|
||||
ports:
|
||||
- '9000:9000'
|
||||
- '9001:9001'
|
||||
- '19000:9000'
|
||||
- '19001:9001'
|
||||
networks:
|
||||
- llm_network
|
||||
volumes:
|
||||
@ -32,7 +32,7 @@ services:
|
||||
- MINIO_ROOT_USER=root
|
||||
- MINIO_ROOT_PASSWORD=rootrootroot
|
||||
- MINIO_DEFAULT_BUCKETS=defaultbucket
|
||||
command: server --console-address ":9001" /data
|
||||
command: server --console-address ":19001" /data
|
||||
|
||||
elasticsearch:
|
||||
container_name: ${APP_PREFIX}_elasticsearch
|
||||
|
Loading…
x
Reference in New Issue
Block a user