Author SHA1 Message Date
renovate-bot fbf416f964 Update nginx:1.31.6-alpine Docker digest to d0a6faa 2026-09-17 02:23:16 +00:00
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -23,13 +23,13 @@ services:
environment: environment:
- MYSQL_RANDOM_ROOT_PASSWORD=igen - MYSQL_RANDOM_ROOT_PASSWORD=igen
redis: redis:
image: redis:8.10.1-alpine@sha256:7d509f5640f5ed199d8781b5f5a45050133efe700aed34491f0b060665066d76 image: redis:8.10.1-alpine@sha256:becdda6c7f4b3fb42e42fd7f120bbf5c54c4caaaf16f26da24e4563d2c1f0576
restart: always restart: always
networks: networks:
- redis-connection - redis-connection
app: app:
image: nextcloud:32.0.15-fpm-alpine@sha256:05600d1eea23f2bcc2e52947d35f697faf793c692ad344a3167c53e40f0d4b9f image: nextcloud:32.0.15-fpm-alpine@sha256:2547a5fe6ba5f88e3831246360087cf29b051138b4a50a3223b783c20df24598
# image: nextcloud@sha256:e899ecc5d6b89863d06ffd6eaa3a965c7fc7fd671b38dd06f8185e1df761c7c8 # image: nextcloud@sha256:e899ecc5d6b89863d06ffd6eaa3a965c7fc7fd671b38dd06f8185e1df761c7c8
# image: nextcloud:fpm # image: nextcloud:fpm
restart: always restart: always
@@ -61,7 +61,7 @@ services:
collabora: collabora:
# image: collabora/code:24.04.7.2.1 # image: collabora/code:24.04.7.2.1
# image: collabora/code:24.04.13.3.1 # image: collabora/code:24.04.13.3.1
image: collabora/code:26.04.4.1.1@sha256:1efda3043e8b9cb437d1b6c6efe20cc3753760e634de012b8dac391da488bf97 image: collabora/code:26.04.3.2.1@sha256:379b8f1fc955dd6d01ba24adf61d1b177048ddaae179ae8c1e6a6342daccb282
cap_add: cap_add:
- MKNOD - MKNOD
privileged: true privileged: true
@@ -95,7 +95,7 @@ services:
whiteboard: whiteboard:
image: ghcr.io/nextcloud-releases/whiteboard:v2.0.0@sha256:059596633333d009890c64858f89f133ccd973a2e0823ad960a0cc05cf8657f1 image: ghcr.io/nextcloud-releases/whiteboard:v1.5.9@sha256:b60b7633f90d106ac6922f9bc27e1a1ca2442488b740fefdae4c812f34e9cebc
environment: environment:
- NEXTCLOUD_URL=https://tar-v33.kovagoadi.hu - NEXTCLOUD_URL=https://tar-v33.kovagoadi.hu
- JWT_SECRET_KEY=dohlahqu3chaS7ieghee # Change me before deploying prod - JWT_SECRET_KEY=dohlahqu3chaS7ieghee # Change me before deploying prod
@@ -138,7 +138,7 @@ services:
cron: cron:
image: nextcloud:32.0.15-fpm-alpine@sha256:05600d1eea23f2bcc2e52947d35f697faf793c692ad344a3167c53e40f0d4b9f image: nextcloud:32.0.15-fpm-alpine@sha256:2547a5fe6ba5f88e3831246360087cf29b051138b4a50a3223b783c20df24598
# image: nextcloud@sha256:e899ecc5d6b89863d06ffd6eaa3a965c7fc7fd671b38dd06f8185e1df761c7c8 # image: nextcloud@sha256:e899ecc5d6b89863d06ffd6eaa3a965c7fc7fd671b38dd06f8185e1df761c7c8
restart: always restart: always
volumes: volumes:
+1 -1
View File
@@ -1,3 +1,3 @@
FROM nginx:1.31.6-alpine@sha256:35c6bab452e41fc906bfa367bccff2e92f88ba6723d07479e7a18e1c6a3f5b52 FROM nginx:1.31.6-alpine@sha256:d0a6faaed2491faecdb9021f449e8edd7b1bbba246fe2ddf7eba63cccd5b9803
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf