3 Commits

Author SHA1 Message Date
RogerSik d4e11108be Add renovate.json 2026-05-24 11:12:49 +00:00
RogerSik fc496c5a3a Merge pull request 'feature/code-update' (#1) from feature/code-update into main
Reviewed-on: #1
2026-03-16 08:43:05 +01:00
RogerSik 9c1b2b5084 feature/code-update 2026-03-16 08:42:57 +01:00
4 changed files with 7 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}
+1 -1
View File
@@ -2,7 +2,7 @@ services:
rustfs:
# https://hub.docker.com/r/rustfs/rustfs
# https://github.com/rustfs/rustfs/releases
image: rustfs/rustfs:1.0.0-alpha.69
image: rustfs/rustfs:1.0.0-alpha.86
hostname: unraid
container_name: rustfs
env_file: .env
+1 -1
View File
@@ -3,7 +3,7 @@ volumes:
services:
traefik:
image: traefik:3.0
image: traefik:3
container_name: traefik
restart: always
command: --providers.docker
+2 -2
View File
@@ -1,7 +1,7 @@
entryPoints:
http:
web:
address: ':80'
https:
websecure:
address: ':443'
asDefault: true