Skip to content
Snippets Groups Projects
Commit 1ed70fbf authored by void's avatar void
Browse files

upgrade webserver services

parent 567ee97c
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ services:
app:
image: gitlab/gitlab-ce:15.8.1-ce.0
image: gitlab/gitlab-ce:15.9.3-ce.0
restart: always
ports:
- "444:22"
......
......@@ -3,7 +3,7 @@ version: "3"
services:
app:
image: quay.io/hedgedoc/hedgedoc:1.9.6-debian
image: quay.io/hedgedoc/hedgedoc:1.9.7-debian
restart: always
depends_on:
- db
......@@ -35,7 +35,7 @@ services:
- default
- web
# do not upgrade to 10.11.2
db:
image: mariadb:10.5.13
restart: always
......
FROM jordan/icinga2:2.13.5
FROM jordan/icinga2:2.13.6
# Install additional Packages
RUN apt-get update \
......
......@@ -24,7 +24,7 @@ services:
synapse:
image: matrixdotorg/synapse:v1.73.0
image: matrixdotorg/synapse:v1.78.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.9/site-packages/rest_auth_provider.py
- /srv/matrix/rest_auth_provider.py:/usr/local/lib/python3.11/site-packages/rest_auth_provider.py
environment:
SYNAPSE_CONFIG_PATH: "/data/homeserver.yaml"
TZ: "Europe/Berlin"
......
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