Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
3e35f6e850 Update dependency ansible to v11 2025-02-26 05:01:06 +00:00
5 changed files with 19 additions and 19 deletions

View File

@ -23,7 +23,7 @@ jobs:
python3 -m pip install -r requirements.txt python3 -m pip install -r requirements.txt
- name: Run playbook - name: Run playbook
uses: dawidd6/action-ansible-playbook@v3 uses: dawidd6/action-ansible-playbook@v2
with: with:
# Required, playbook filepath # Required, playbook filepath
playbook: ${{ matrix.playbook }} playbook: ${{ matrix.playbook }}

View File

@ -4,7 +4,7 @@ services:
traefik: traefik:
container_name: traefik container_name: traefik
# The official v2 Traefik docker image # The official v2 Traefik docker image
image: traefik:v3.3 image: traefik:v3.1
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- crowdsec - crowdsec
@ -106,7 +106,7 @@ services:
volumes: volumes:
- ./stalwart-mail:/opt/stalwart-mail - ./stalwart-mail:/opt/stalwart-mail
container_name: stalwart-mail container_name: stalwart-mail
image: stalwartlabs/mail-server:v0.11.6 image: stalwartlabs/mail-server:v0.10.6
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.stalwart.rule=Host(`stalwart.mycomputer.party`)" - "traefik.http.routers.stalwart.rule=Host(`stalwart.mycomputer.party`)"
@ -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.39.1-plus image: sissbruecker/linkding:1.36.0-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:2025.2.2 image: ghcr.io/goauthentik/server:2024.8.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:2025.2.2 image: ghcr.io/goauthentik/server:2024.8.2
restart: unless-stopped restart: unless-stopped
command: worker command: worker
environment: environment:
@ -239,7 +239,7 @@ services:
depends_on: depends_on:
- redis - redis
changedetection: changedetection:
image: ghcr.io/dgtlmoon/changedetection.io:0.49.7 image: ghcr.io/dgtlmoon/changedetection.io:0.47.06
container_name: changedetection container_name: changedetection
hostname: changedetection hostname: changedetection
volumes: volumes:
@ -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.9 image: healthchecks/healthchecks:v3.8
env_file: env_file:
- .healthchecks-env - .healthchecks-env
ports: ports:
@ -371,7 +371,7 @@ services:
- "traefik.http.services.healthchecks-http.loadbalancer.server.port=8000" - "traefik.http.services.healthchecks-http.loadbalancer.server.port=8000"
- "traefik.http.routers.healthchecks.middlewares=authchain@docker" - "traefik.http.routers.healthchecks.middlewares=authchain@docker"
apache: apache:
image: php:8.4-apache image: php:7.2-apache
volumes: volumes:
- ./apache:/var/www/html - ./apache:/var/www/html
ports: ports:
@ -388,7 +388,7 @@ services:
networks: networks:
- backend - backend
apache2: apache2:
image: php:8.4-apache image: php:7.2-apache
volumes: volumes:
- ./apache:/var/www/html - ./apache:/var/www/html
ports: ports:
@ -428,7 +428,7 @@ services:
# - net.ipv4.conf.all.src_valid_mark=1 # - net.ipv4.conf.all.src_valid_mark=1
# restart: unless-stopped # restart: unless-stopped
crowdsec: crowdsec:
image: crowdsecurity/crowdsec:v1.6.6 image: crowdsecurity/crowdsec:v1.6.3
container_name: crowdsec container_name: crowdsec
environment: environment:
PGID: "1001" PGID: "1001"
@ -455,7 +455,7 @@ services:
- proxy - proxy
- backend - backend
ddns-updater: ddns-updater:
image: docker.io/qmcgaw/ddns-updater:v2.9 image: docker.io/qmcgaw/ddns-updater:v2.8
container_name: ddns-updater container_name: ddns-updater
ports: ports:
- 8014:8000 - 8014:8000
@ -504,7 +504,7 @@ services:
- ./bookstack_db_data:/config - ./bookstack_db_data:/config
restart: unless-stopped restart: unless-stopped
wikijs: wikijs:
image: ghcr.io/requarks/wiki:2.5.307 image: ghcr.io/requarks/wiki:2.5.305
container_name: wikijs container_name: wikijs
environment: environment:
DB_TYPE: postgres DB_TYPE: postgres

View File

@ -3,7 +3,7 @@ services:
traefik: traefik:
container_name: traefik container_name: traefik
# The official v2 Traefik docker image # The official v2 Traefik docker image
image: traefik:v3.3 image: traefik:v2.11
# Enables the web UI and tells Traefik to listen to docker # Enables the web UI and tells Traefik to listen to docker
command: command:
- --api.insecure=true - --api.insecure=true
@ -59,7 +59,7 @@ services:
volumes: volumes:
- redisdata:/data - redisdata:/data
paperless-webserver: paperless-webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.14.7 image: ghcr.io/paperless-ngx/paperless-ngx:2.13.5
container_name: paperless-webserver container_name: paperless-webserver
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
@ -105,7 +105,7 @@ services:
- "traefik.http.routers.testweb.entrypoints=websecure" - "traefik.http.routers.testweb.entrypoints=websecure"
- "traefik.http.routers.testweb.tls.certresolver=myresolver" - "traefik.http.routers.testweb.tls.certresolver=myresolver"
actual_server: actual_server:
image: docker.io/actualbudget/actual-server:25.3.1 image: docker.io/actualbudget/actual-server:24.11.0
ports: ports:
# This line makes Actual available at port 5006 of the device you run the server on, # This line makes Actual available at port 5006 of the device you run the server on,
# i.e. http://localhost:5006. You can change the first number to change the port, if you want. # i.e. http://localhost:5006. You can change the first number to change the port, if you want.
@ -159,7 +159,7 @@ services:
redis: redis:
container_name: immich_redis container_name: immich_redis
image: docker.io/redis:6.2-alpine@sha256:148bb5411c184abd288d9aaed139c98123eeb8824c5d3fce03cf721db58066d8 image: docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8
healthcheck: healthcheck:
test: redis-cli ping || exit 1 test: redis-cli ping || exit 1
restart: always restart: always

View File

@ -11,7 +11,7 @@ volumes:
services: services:
server: server:
image: gitea/gitea:1.23.5 image: gitea/gitea:1.22.3
container_name: gitea container_name: gitea
restart: unless-stopped restart: unless-stopped
environment: environment:

View File

@ -1,4 +1,4 @@
ansible==11.4.0 ansible==11.3.0
ansible-core==2.15.11 ansible-core==2.15.11
#cffi==1.15.1 #cffi==1.15.1
#cryptography==39.0.0 #cryptography==39.0.0