[DOCKER] Automated PR for open-webui-ollama-portracker-mods_2025-08-26T15-05-45 - #148 #148

Merged
gitea-sonarqube-bot merged 4 commits from open-webui-ollama-portracker-mods_2025-08-26T15-05-45 into main 2025-08-26 15:21:33 -04:00
3 changed files with 18 additions and 16 deletions
@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v5 uses: actions/checkout@v4
with: with:
fetch-depth: 1 fetch-depth: 1
@@ -81,7 +81,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v4
- name: Fetch base branch - name: Fetch base branch
run: | run: |
@@ -146,7 +146,7 @@ jobs:
DOCKER_SVC_LIST: ${{ needs.generate-service-list.outputs.svc_deploy_list }} DOCKER_SVC_LIST: ${{ needs.generate-service-list.outputs.svc_deploy_list }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v4
- name: Login to Gitea Container Registry - name: Login to Gitea Container Registry
run: | run: |
@@ -203,7 +203,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v4
with: with:
fetch-depth: 1 fetch-depth: 1
@@ -280,7 +280,7 @@ jobs:
needs: [cloudflare-dns-setup] needs: [cloudflare-dns-setup]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v4
- name: Install yq - name: Install yq
uses: dcarbone/install-yq-action@v1 uses: dcarbone/install-yq-action@v1
@@ -330,7 +330,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v4
- name: Cache tea CLI - name: Cache tea CLI
id: cache-tea id: cache-tea
@@ -376,7 +376,7 @@ jobs:
DOCKER_SVC_LIST: ${{ needs.generate-service-list.outputs.svc_deploy_list }} DOCKER_SVC_LIST: ${{ needs.generate-service-list.outputs.svc_deploy_list }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v4
with: with:
ref: main ref: main
+1 -1
View File
@@ -52,7 +52,7 @@
| garage | dxflrs/garage:v2.0.0 | | garage | dxflrs/garage:v2.0.0 |
| garage-webui | khairul169/garage-webui:latest | | garage-webui | khairul169/garage-webui:latest |
| ghost | ghost:latest | | ghost | ghost:latest |
| gitea | gitea/gitea:1.24.3 | | gitea | gitea/gitea:1.24.5 |
| gitea-db | postgres:14 | | gitea-db | postgres:14 |
| gitea-runner | gitea/act_runner:latest | | gitea-runner | gitea/act_runner:latest |
| gitea-sonarqube-bot | justusbunsi/gitea-sonarqube-bot:v0.4.0 | | gitea-sonarqube-bot | justusbunsi/gitea-sonarqube-bot:v0.4.0 |
+10 -8
View File
@@ -1400,11 +1400,7 @@ services:
privileged: true privileged: true
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- bind: - /var/run/docker.sock:/var/run/docker.sock
create_host_path: true
source: /var/run/docker.sock
target: /var/run/docker.sock
type: bind
dockflare: dockflare:
container_name: dockflare container_name: dockflare
environment: environment:
@@ -4303,11 +4299,11 @@ services:
condition: service_started condition: service_started
required: true required: true
environment: environment:
OLLAMA_BASE_URL: http://ollama:11434 OLLAMA_BASE_URLS: http://ollama:11434;http://192.168.1.252:11434
WEBUI_AUTH: false WEBUI_AUTH: false
ENABLE_IMAGE_GENERATION: "true" ENABLE_IMAGE_GENERATION: "true"
AUTOMATIC1111_BASE_URL: http://stable-diffusion-webui:7860 AUTOMATIC1111_BASE_URL: http://stable-diffusion-webui:7860
IMAGE_SIZE: "64x64" IMAGE_SIZE: "1024x1024"
IMAGE_STEPS: "3" IMAGE_STEPS: "3"
ENABLE_OTEL: true ENABLE_OTEL: true
ENABLE_OTEL_METRICS: true ENABLE_OTEL_METRICS: true
@@ -4851,9 +4847,13 @@ services:
- 36102:8000 - 36102:8000
restart: unless-stopped restart: unless-stopped
portracker: portracker:
cap_add:
- SYS_PTRACE
- SYS_ADMIN
container_name: portracker container_name: portracker
environment: environment:
DATABASE_PATH: /data/portracker.db DATABASE_PATH: /data/portracker.db
DEBUG: false
PORT: 4999 PORT: 4999
image: mostafawahied/portracker:latest image: mostafawahied/portracker:latest
labels: labels:
@@ -4874,8 +4874,10 @@ services:
homepage.href: https://ports.${MY_TLD} homepage.href: https://ports.${MY_TLD}
homepage.icon: sh-portracker.svg homepage.icon: sh-portracker.svg
homepage.description: Real-time port monitoring and discovery homepage.description: Real-time port monitoring and discovery
network_mode: host pid: "host"
restart: unless-stopped restart: unless-stopped
security_opt:
- apparmor:unconfined
volumes: volumes:
- ${DOCKER_VOLUME_CONFIG}/portracker:/data - ${DOCKER_VOLUME_CONFIG}/portracker:/data
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro