Skip to content
Snippets Groups Projects
Commit 59a5d9ab authored by void's avatar void
Browse files

Upgrade services

parent 6a0fc59f
No related branches found
No related tags found
No related merge requests found
FROM php:7.4.27-apache-buster FROM php:7.4.33-apache-bullseye
# php-gd modul für dw2pdf plugin # php-gd modul für dw2pdf plugin
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
...@@ -14,6 +14,7 @@ RUN touch /usr/local/etc/php/conf.d/uploads.ini \ ...@@ -14,6 +14,7 @@ RUN touch /usr/local/etc/php/conf.d/uploads.ini \
&& echo "upload_max_filesize = 10M;" >> /usr/local/etc/php/conf.d/uploads.ini \ && echo "upload_max_filesize = 10M;" >> /usr/local/etc/php/conf.d/uploads.ini \
&& echo "post_max_size = 10M;" >> /usr/local/etc/php/conf.d/uploads.ini && echo "post_max_size = 10M;" >> /usr/local/etc/php/conf.d/uploads.ini
# Configure LDAP. # Configure LDAP.
RUN apt-get update \ RUN apt-get update \
&& apt-get install libldap2-dev -y \ && apt-get install libldap2-dev -y \
......
...@@ -5,7 +5,7 @@ services: ...@@ -5,7 +5,7 @@ services:
app: app:
image: gitlab/gitlab-ce:15.0.2-ce.0 image: gitlab/gitlab-ce:15.6.2-ce.0
restart: always restart: always
ports: ports:
- "444:22" - "444:22"
......
...@@ -3,7 +3,7 @@ version: "3" ...@@ -3,7 +3,7 @@ version: "3"
services: services:
app: app:
image: quay.io/hedgedoc/hedgedoc:1.9.2-debian image: quay.io/hedgedoc/hedgedoc:1.9.6-debian
restart: always restart: always
depends_on: depends_on:
- db - db
......
FROM jordan/icinga2:2.13.2 FROM jordan/icinga2:2.13.5
# Install additional Packages # Install additional Packages
RUN apt-get update \ RUN apt-get update \
......
...@@ -24,7 +24,7 @@ services: ...@@ -24,7 +24,7 @@ services:
synapse: synapse:
image: matrixdotorg/synapse:v1.52.0 image: matrixdotorg/synapse:v1.73.0
restart: always restart: always
cpu_count: "1" cpu_count: "1"
cpuset: "0" cpuset: "0"
...@@ -34,7 +34,7 @@ services: ...@@ -34,7 +34,7 @@ services:
volumes: volumes:
- /srv/matrix/synapse-data/:/data - /srv/matrix/synapse-data/:/data
# Python version can be found in the dockerfile: https://github.com/matrix-org/synapse/blob/develop/docker/Dockerfile check for tag to get the correct version # Python version can be found in the dockerfile: https://github.com/matrix-org/synapse/blob/develop/docker/Dockerfile check for tag to get the correct version
- /srv/matrix/rest_auth_provider.py:/usr/local/lib/python3.8/site-packages/rest_auth_provider.py - /srv/matrix/rest_auth_provider.py:/usr/local/lib/python3.9/site-packages/rest_auth_provider.py
environment: environment:
SYNAPSE_CONFIG_PATH: "/data/homeserver.yaml" SYNAPSE_CONFIG_PATH: "/data/homeserver.yaml"
TZ: "Europe/Berlin" TZ: "Europe/Berlin"
......
...@@ -89,6 +89,7 @@ report_stats: false ...@@ -89,6 +89,7 @@ report_stats: false
signing_key_path: "/data/homeserver.signing.key" signing_key_path: "/data/homeserver.signing.key"
key_refresh_interval: 1d key_refresh_interval: 1d
suppress_key_server_warning: true
trusted_key_servers: trusted_key_servers:
- server_name: "matrix.org" - server_name: "matrix.org"
......
FROM wordpress:5.9.0-php8.1-apache FROM wordpress:6.1.1-php8.2-apache
# install the PHP extensions we need # install the PHP extensions we need
RUN set -x \ RUN set -x \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment