Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
0be2f21e3e Update php Docker tag to v7.4 2024-11-13 00:29:30 +00:00
2 changed files with 114 additions and 115 deletions

View File

@ -1,4 +1,3 @@
---
version: "3.5"
services:
traefik:
@ -106,7 +105,7 @@ services:
volumes:
- ./stalwart-mail:/opt/stalwart-mail
container_name: stalwart-mail
image: stalwartlabs/mail-server:v0.10.6
image: stalwartlabs/mail-server:latest
labels:
- "traefik.enable=true"
- "traefik.http.routers.stalwart.rule=Host(`stalwart.mycomputer.party`)"
@ -155,7 +154,7 @@ services:
linkding:
container_name: "${LD_CONTAINER_NAME:-linkding}"
image: sissbruecker/linkding:1.36.0-plus
image: sissbruecker/linkding:latest-plus
ports:
- "${LD_HOST_PORT:-9090}:9090"
volumes:
@ -174,7 +173,7 @@ services:
wallabag:
container_name: wallabag
restart: unless-stopped
image: wallabag/wallabag:2.6.10
image: wallabag/wallabag
environment:
# - MYSQL_ROOT_PASSWORD=wallaroot
- POSTGRES_USER=wallabag
@ -218,7 +217,7 @@ services:
timeout: 3s
authentik-server:
container_name: authentik-server
image: ghcr.io/goauthentik/server:2024.8.2
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.2}
restart: unless-stopped
command: server
environment:
@ -252,7 +251,7 @@ services:
- "traefik.http.routers.authentik.middlewares=crowdsec@docker"
authentik-worker:
container_name: authentik-worker
image: ghcr.io/goauthentik/server:2024.8.2
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.2}
restart: unless-stopped
command: worker
environment:
@ -278,13 +277,13 @@ services:
depends_on:
- redis
changedetection:
image: ghcr.io/dgtlmoon/changedetection.io:0.47.06
image: ghcr.io/dgtlmoon/changedetection.io
container_name: changedetection
hostname: changedetection
volumes:
- changedetection-data:/datastore
# Configurable proxy list support, see https://github.com/dgtlmoon/changedetection.io/wiki/Proxy-configuration#proxy-list-support
# - ./proxies.json:/datastore/proxies.json
# Configurable proxy list support, see https://github.com/dgtlmoon/changedetection.io/wiki/Proxy-configuration#proxy-list-support
# - ./proxies.json:/datastore/proxies.json
environment:
# Default listening port, can also be changed with the -p option
@ -392,7 +391,7 @@ services:
restart: unless-stopped
# To use a pre-built image, remove the above "build" section
# and uncomment the following line:
image: healthchecks/healthchecks:v3.7
image: healthchecks/healthchecks:latest
env_file:
- .healthchecks-env
ports:
@ -467,7 +466,7 @@ services:
# - net.ipv4.conf.all.src_valid_mark=1
# restart: unless-stopped
crowdsec:
image: crowdsecurity/crowdsec:v1.6.3
image: crowdsecurity/crowdsec
container_name: crowdsec
environment:
PGID: "1001"
@ -494,14 +493,14 @@ services:
- proxy
- backend
ddns-updater:
image: docker.io/qmcgaw/ddns-updater:v2.8
image: docker.io/qmcgaw/ddns-updater
container_name: ddns-updater
ports:
- 8014:8000
volumes:
- ./ddns-updater:/updater/data
bookstack:
image: lscr.io/linuxserver/bookstack:v24.10.1-ls173
image: lscr.io/linuxserver/bookstack
container_name: bookstack
environment:
- PUID=1000
@ -529,7 +528,7 @@ services:
- "traefik.http.routers.bookstack.tls.certresolver=myresolver"
- "traefik.http.routers.bookstack.tls=true"
bookstack_db:
image: lscr.io/linuxserver/mariadb:v24.10.1-ls173
image: lscr.io/linuxserver/mariadb
container_name: bookstack_db
environment:
- PUID=1000
@ -543,7 +542,7 @@ services:
- ./bookstack_db_data:/config
restart: unless-stopped
wikijs:
image: ghcr.io/requarks/wiki:2.5.305
image: ghcr.io/requarks/wiki:2
container_name: wikijs
environment:
DB_TYPE: postgres

View File

@ -69,7 +69,7 @@ services:
# POSTGRES_USER: paperless
# POSTGRES_PASSWORD: paperless
paperless-webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.7.2
image: ghcr.io/paperless-ngx/paperless-ngx:latest
container_name: paperless-webserver
restart: unless-stopped
depends_on:
@ -127,7 +127,7 @@ services:
- "traefik.http.routers.testweb.entrypoints=websecure"
- "traefik.http.routers.testweb.tls.certresolver=myresolver"
actual_server:
image: docker.io/actualbudget/actual-server:24.11.0
image: docker.io/actualbudget/actual-server:latest
ports:
# 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.