Skip to content
Snippets Groups Projects
Commit 2f9f611d authored by 3d's avatar 3d
Browse files
parents 97922791 57b2c443
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
RUN apt-get update && apt-get install -y \
......@@ -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 "post_max_size = 10M;" >> /usr/local/etc/php/conf.d/uploads.ini
# Configure LDAP.
RUN apt-get update \
&& apt-get install libldap2-dev -y \
......
......@@ -5,7 +5,7 @@ services:
app:
image: gitlab/gitlab-ce:15.0.2-ce.0
image: gitlab/gitlab-ce:15.6.2-ce.0
restart: always
ports:
- "444:22"
......
......@@ -3,7 +3,7 @@ version: "3"
services:
app:
image: quay.io/hedgedoc/hedgedoc:1.9.2-debian
image: quay.io/hedgedoc/hedgedoc:1.9.6-debian
restart: always
depends_on:
- db
......
FROM jordan/icinga2:2.13.2
FROM jordan/icinga2:2.13.5
# Install additional Packages
RUN apt-get update \
......
......@@ -24,7 +24,7 @@ services:
synapse:
image: matrixdotorg/synapse:v1.52.0
image: matrixdotorg/synapse:v1.73.0
restart: always
cpu_count: "1"
cpuset: "0"
......@@ -34,7 +34,7 @@ services:
volumes:
- /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
- /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:
SYNAPSE_CONFIG_PATH: "/data/homeserver.yaml"
TZ: "Europe/Berlin"
......
......@@ -89,6 +89,7 @@ report_stats: false
signing_key_path: "/data/homeserver.signing.key"
key_refresh_interval: 1d
suppress_key_server_warning: true
trusted_key_servers:
- 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
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