Compare commits

..

No commits in common. "6d26d9b6468bf75ab4d17c056bf61e3d40361501" and "1e340899492071b3172b33cd1f5367dd0c12e011" have entirely different histories.

4 changed files with 14 additions and 14 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`)"
@ -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:
@ -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.4.0 image: docker.io/actualbudget/actual-server:25.3.1
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: