Compare commits

..

9 Commits

Author SHA1 Message Date
1e34089949 Merge branch 'main' into renovate/docker.io-actualbudget-actual-server-25.x 2025-03-24 07:47:03 -04:00
bd750bd43f Merge pull request 'Update ghcr.io/goauthentik/server Docker tag to v2025' (#42) from renovate/ghcr.io-goauthentik-server-2025.x into main
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Has been cancelled
Reviewed-on: #42
2025-03-24 07:46:53 -04:00
e3c578c5a3 Merge branch 'main' into renovate/ghcr.io-goauthentik-server-2025.x 2025-03-24 07:46:43 -04:00
92d45a61a5 Merge pull request 'Update sissbruecker/linkding Docker tag to v1.39.1' (#39) from renovate/sissbruecker-linkding-1.x into main
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Has been cancelled
Reviewed-on: #39
2025-03-24 07:44:20 -04:00
b7971e4e9d Merge branch 'main' into renovate/sissbruecker-linkding-1.x 2025-03-24 07:43:56 -04:00
ba7c817e7d Merge pull request 'Update healthchecks/healthchecks Docker tag to v3.9' (#38) from renovate/healthchecks-healthchecks-3.x into main
Some checks are pending
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Waiting to run
Reviewed-on: #38
2025-03-24 07:28:26 -04:00
Renovate Bot
0efa256fbd Update ghcr.io/goauthentik/server Docker tag to v2025 2025-03-24 11:27:05 +00:00
Renovate Bot
1ca955fb24 Update sissbruecker/linkding Docker tag to v1.39.1 2025-03-24 11:26:51 +00:00
Renovate Bot
e736a8e697 Update healthchecks/healthchecks Docker tag to v3.9 2025-03-24 11:26:47 +00:00

View File

@ -116,7 +116,7 @@ services:
- "traefik.http.services.stalwart-http.loadbalancer.server.port=8080" - "traefik.http.services.stalwart-http.loadbalancer.server.port=8080"
linkding: linkding:
container_name: "${LD_CONTAINER_NAME:-linkding}" container_name: "${LD_CONTAINER_NAME:-linkding}"
image: sissbruecker/linkding:1.36.0-plus image: sissbruecker/linkding:1.39.1-plus
ports: ports:
- "${LD_HOST_PORT:-9090}:9090" - "${LD_HOST_PORT:-9090}:9090"
volumes: volumes:
@ -179,7 +179,7 @@ services:
timeout: 3s timeout: 3s
authentik-server: authentik-server:
container_name: authentik-server container_name: authentik-server
image: ghcr.io/goauthentik/server:2024.8.2 image: ghcr.io/goauthentik/server:2025.2.2
restart: unless-stopped restart: unless-stopped
command: server command: server
environment: environment:
@ -213,7 +213,7 @@ services:
- "traefik.http.routers.authentik.middlewares=crowdsec@docker" - "traefik.http.routers.authentik.middlewares=crowdsec@docker"
authentik-worker: authentik-worker:
container_name: authentik-worker container_name: authentik-worker
image: ghcr.io/goauthentik/server:2024.8.2 image: ghcr.io/goauthentik/server:2025.2.2
restart: unless-stopped restart: unless-stopped
command: worker command: worker
environment: environment:
@ -353,7 +353,7 @@ services:
restart: unless-stopped restart: unless-stopped
# To use a pre-built image, remove the above "build" section # To use a pre-built image, remove the above "build" section
# and uncomment the following line: # and uncomment the following line:
image: healthchecks/healthchecks:v3.8 image: healthchecks/healthchecks:v3.9
env_file: env_file:
- .healthchecks-env - .healthchecks-env
ports: ports: