Author SHA1 Message Date
renovate-bot 8443d10ebf Update collabora/code Docker tag to v26.04.3.2.1 2026-09-12 02:22:43 +00:00
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -12,7 +12,7 @@ services:
# - database-connection # - database-connection
db: db:
# image: mysql:9.2.0 # image: mysql:9.2.0
image: mysql:26.7.0@sha256:45abdd9b4144660b5c93a5b7d0ebb21e024f0ba9851ecb4ab43bf83c6bf83592 image: mysql:9.7.2
restart: always restart: always
volumes: volumes:
- mysql:/var/lib/mysql - mysql:/var/lib/mysql
@@ -23,13 +23,13 @@ services:
environment: environment:
- MYSQL_RANDOM_ROOT_PASSWORD=igen - MYSQL_RANDOM_ROOT_PASSWORD=igen
redis: redis:
image: redis:8.6.5-alpine@sha256:cd218f4b106a332c5c992e38a9480bfb9d7e9f8f7b0ec9a0023bfa36d9a408f9 image: redis:8.6.5-alpine
restart: always restart: always
networks: networks:
- redis-connection - redis-connection
app: app:
image: nextcloud:32.0.14-fpm-alpine@sha256:da1d436568cd19d73f2a08d5f11c061e419a47f1be0f6ac29b53282086a85f58 image: nextcloud:32.0.14-fpm-alpine
# 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.2.4.1@sha256:1f864ce3f0c49e867787b6dd303bd6ba989542d3023f6809df558eafd04c1b97 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:v1.5.9@sha256:b60b7633f90d106ac6922f9bc27e1a1ca2442488b740fefdae4c812f34e9cebc image: ghcr.io/nextcloud-releases/whiteboard:v1.5.9
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.14-fpm-alpine@sha256:da1d436568cd19d73f2a08d5f11c061e419a47f1be0f6ac29b53282086a85f58 image: nextcloud:32.0.14-fpm-alpine
# 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.3-alpine@sha256:4a73073bd557c65b759505da037898b61f1be6cbcc3c2c3aeac22d2a470c1752 FROM nginx:1.31.3-alpine
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf