Update images

This commit is contained in:
BatchAccount 1001 2024-02-03 17:35:56 +01:00
parent df5ee11fc5
commit ddaeeb72e0
9 changed files with 29 additions and 19 deletions

View File

@ -6,7 +6,7 @@ networks:
services: services:
server: server:
image: gitea/gitea:1.20.2 image: gitea/gitea:1.21.5
restart: always restart: always
environment: environment:
USER_UID: 1000 USER_UID: 1000
@ -43,7 +43,7 @@ services:
- db - db
db: db:
image: postgres:15.0-alpine3.16 image: postgres:15.5-alpine3.19
restart: always restart: always
environment: environment:
POSTGRES_DB: ${POSTGRES_DB} POSTGRES_DB: ${POSTGRES_DB}

View File

@ -6,7 +6,7 @@ networks:
services: services:
server: server:
image: kanboard/kanboard:v1.2.32 image: kanboard/kanboard:v1.2.35
restart: always restart: always
environment: environment:
DATABASE_URL: postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db/${POSTGRES_DB} DATABASE_URL: postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db/${POSTGRES_DB}
@ -29,7 +29,7 @@ services:
- db - db
db: db:
image: postgres:15.0-alpine3.16 image: postgres:15.5-alpine3.19
restart: always restart: always
environment: environment:
POSTGRES_DB: ${POSTGRES_DB} POSTGRES_DB: ${POSTGRES_DB}

View File

@ -28,15 +28,18 @@ services:
options: options:
tag: mailu-front tag: mailu-front
ports: ports:
- 172.16.10.11:8004:80 - 172.16.36.26:8004:80
- 172.16.10.11:8104:443 - 172.16.36.26:8104:443
- 172.16.10.11:25:25 - 172.16.36.26:25:25
- 172.16.10.11:465:465 - 172.16.36.26:465:465
- 172.16.10.11:587:587 - 172.16.36.26:587:587
- 172.16.10.11:110:110 - 172.16.36.26:110:110
- 172.16.10.11:995:995 - 172.16.36.26:995:995
- 172.16.10.11:143:143 - 172.16.36.26:143:143
- 172.16.10.11:993:993 - 172.16.36.26:993:993
networks:
- default
- radicale
volumes: volumes:
- nginx_certs:/certs - nginx_certs:/certs
- nginx_overrides:/overrides:ro - nginx_overrides:/overrides:ro
@ -122,6 +125,13 @@ services:
hostname: antispam hostname: antispam
restart: always restart: always
env_file: mailu.env env_file: mailu.env
logging:
driver: journald
options:
tag: mailu-antispam
networks:
- default
- noinet
volumes: volumes:
- rspamd_filter:/var/lib/rspamd - rspamd_filter:/var/lib/rspamd
- rspamd_overrides:/etc/rspamd/override.d:ro - rspamd_overrides:/etc/rspamd/override.d:ro

View File

@ -2,7 +2,7 @@ version: "3.0"
services: services:
swag: swag:
image: lscr.io/linuxserver/swag:2.6.0 image: lscr.io/linuxserver/swag:2.8.0
restart: unless-stopped restart: unless-stopped
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN

View File

@ -3,7 +3,7 @@ version: "3.0"
services: services:
openldap: openldap:
image: docker.io/bitnami/openldap:2.6.6-debian-11-r0 image: docker.io/bitnami/openldap:2.6.7-debian-11-r1
restart: unless-stopped restart: unless-stopped
env_file: openldap.env env_file: openldap.env
volumes: volumes:

View File

@ -2,7 +2,7 @@ version: "3.0"
services: services:
syncthing: syncthing:
image: syncthing/syncthing:1.23.6 image: syncthing/syncthing:1.27.2
restart: unless-stopped restart: unless-stopped
environment: environment:
PUID: 1000 PUID: 1000

View File

@ -2,7 +2,7 @@ version: "3.0"
services: services:
syncthing: syncthing:
image: syncthing/syncthing:1.23.6 image: syncthing/syncthing:1.27.2
restart: unless-stopped restart: unless-stopped
environment: environment:
PUID: 1000 PUID: 1000

View File

@ -2,7 +2,7 @@ version: "3.0"
services: services:
vaultwarden: vaultwarden:
image: vaultwarden/server:1.29.1-alpine image: vaultwarden/server:1.30.3-alpine
restart: always restart: always
environment: environment:
ADMIN_TOKEN: ${ADMIN_TOKEN} ADMIN_TOKEN: ${ADMIN_TOKEN}

View File

@ -6,7 +6,7 @@ networks:
services: services:
redis: redis:
image: redis:7.0.12-alpine3.18 image: redis:7.2.4-alpine3.19
restart: always restart: always
networks: networks:
- yopass - yopass