Compare commits

..

1 commit

Author SHA1 Message Date
4b7b1bf99c ⬆️ Update searxng/searxng Docker digest to 91fedd7
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 7s
2025-01-17 08:01:47 +00:00
6 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@ services:
- host.docker.internal:host-gateway - host.docker.internal:host-gateway
searxng: searxng:
image: searxng/searxng@sha256:7cf7c0bd35e571ce709075d7f7b519b72b12e96e95004aeb2e26f140c6fad903 image: searxng/searxng@sha256:91fedd7fb1bdc06297766498fad20afe0321f432a78fc1d45c3982b0db74acb5
container_name: searxng container_name: searxng
networks: networks:
- ai-stack - ai-stack

View file

@ -133,7 +133,7 @@ services:
networks: networks:
- gitea_main - gitea_main
n8n: n8n:
image: ghcr.io/n8n-io/n8n:1.75.2 image: ghcr.io/n8n-io/n8n:1.75.0
container_name: n8n container_name: n8n
ports: ports:
- 5678:5678 - 5678:5678

View file

@ -24,7 +24,7 @@ services:
minio: minio:
command: server /data --console-address ":9001" command: server /data --console-address ":9001"
image: minio/minio@sha256:442993fd0ef161f17aaaf5d6a5a0ed4d36edc577e28e327813d3be1733a59aff image: minio/minio@sha256:1dce27c494a16bae114774f1cec295493f3613142713130c2d22dd5696be6ad3
environment: environment:
- MINIO_ROOT_PASSWORD=$MINIO_ROOT_PASSWORD - MINIO_ROOT_PASSWORD=$MINIO_ROOT_PASSWORD
- MINIO_ROOT_USER=mafyuh - MINIO_ROOT_USER=mafyuh

View file

@ -1,7 +1,7 @@
--- ---
services: services:
netbootxyz: netbootxyz:
image: ghcr.io/linuxserver/netbootxyz@sha256:ab3cb1d4343e8343c7b96232133dac9f373b1eda9b17eb69957dfff790d119ed image: ghcr.io/linuxserver/netbootxyz@sha256:2e6138d5e6de99005fc041ce32619aa46be8d5dc06fb0567b97374b72e1a51cb
container_name: netboot container_name: netboot
environment: environment:
- PUID=1000 - PUID=1000

View file

@ -22,7 +22,7 @@ terraform {
required_providers { required_providers {
proxmox = { proxmox = {
source = "bpg/proxmox" source = "bpg/proxmox"
version = "0.70.0" version = "0.69.1"
} }
} }
} }

View file

@ -2,7 +2,7 @@ terraform {
required_providers { required_providers {
proxmox = { proxmox = {
source = "bpg/proxmox" source = "bpg/proxmox"
version = "0.70.0" version = "0.69.1"
} }
} }
} }