Compare commits
4 commits
renovate/s
...
main
Author | SHA1 | Date | |
---|---|---|---|
52ebd7130c | |||
f656029fe1 | |||
f5fa62e429 | |||
2acbe71c71 |
5 changed files with 5 additions and 5 deletions
|
@ -133,7 +133,7 @@ services:
|
|||
networks:
|
||||
- gitea_main
|
||||
n8n:
|
||||
image: ghcr.io/n8n-io/n8n:1.75.0
|
||||
image: ghcr.io/n8n-io/n8n:1.75.2
|
||||
container_name: n8n
|
||||
ports:
|
||||
- 5678:5678
|
||||
|
|
|
@ -24,7 +24,7 @@ services:
|
|||
|
||||
minio:
|
||||
command: server /data --console-address ":9001"
|
||||
image: minio/minio@sha256:1dce27c494a16bae114774f1cec295493f3613142713130c2d22dd5696be6ad3
|
||||
image: minio/minio@sha256:442993fd0ef161f17aaaf5d6a5a0ed4d36edc577e28e327813d3be1733a59aff
|
||||
environment:
|
||||
- MINIO_ROOT_PASSWORD=$MINIO_ROOT_PASSWORD
|
||||
- MINIO_ROOT_USER=mafyuh
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
netbootxyz:
|
||||
image: ghcr.io/linuxserver/netbootxyz@sha256:2e6138d5e6de99005fc041ce32619aa46be8d5dc06fb0567b97374b72e1a51cb
|
||||
image: ghcr.io/linuxserver/netbootxyz@sha256:ab3cb1d4343e8343c7b96232133dac9f373b1eda9b17eb69957dfff790d119ed
|
||||
container_name: netboot
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
|
@ -22,7 +22,7 @@ terraform {
|
|||
required_providers {
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.69.1"
|
||||
version = "0.70.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ terraform {
|
|||
required_providers {
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.69.1"
|
||||
version = "0.70.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue