Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • infrastruktur/ansible-warpzone
  • specki/ansible-warpzone
2 results
Show changes
Commits on Source (24)
Showing
with 12 additions and 11 deletions
FROM node:19-alpine
FROM node:21-alpine
RUN apk update \
&& apk upgrade \
......
......@@ -4,7 +4,7 @@ version: "2.1"
services:
app:
image: lscr.io/linuxserver/heimdall:2.5.6
image: lscr.io/linuxserver/heimdall:2.5.8
restart: always
environment:
- PUID=1000
......
......@@ -4,7 +4,7 @@ services:
redis:
image: redis:7.2.1
image: redis:7.2.3
restart: always
networks:
- default
......@@ -27,7 +27,7 @@ services:
app:
image: nextcloud:27.1.3-apache
image: nextcloud:28.0.1-apache
restart: always
volumes:
- /srv/nextcloud/data/:/var/www/html/
......
FROM php:8.2.8-apache-bookworm
FROM php:8.3.1-apache-bookworm
# php-gd modul für dw2pdf plugin
RUN apt-get update && apt-get install -y \
......
......@@ -5,7 +5,7 @@ services:
app:
image: gitlab/gitlab-ce:16.1.5-ce.0
image: gitlab/gitlab-ce:16.7.0-ce.0
restart: always
ports:
- "444:22"
......
FROM jordan/icinga2:2.13.7
FROM jordan/icinga2:2.14.0
# Install additional Packages
RUN apt-get update \
......
FROM python:3.9-alpine3.13
FROM python:3.10-alpine3.13
RUN pip install python-keycloak
......
......@@ -24,7 +24,7 @@ services:
synapse:
image: matrixdotorg/synapse:v1.83.0
image: matrixdotorg/synapse:v1.98.0
restart: always
cpu_count: "1"
cpuset: "0"
......
......@@ -4,6 +4,7 @@ public_baseurl: "{{ matrix.public_url }}/"
use_presence: false
allow_public_rooms_without_auth: false
allow_public_rooms_over_federation: true
forget_rooms_on_leave: true
listeners:
- port: 8448
......
FROM wordpress:6.3.2-php8.2-apache
FROM wordpress:6.4.2-apache
# install the PHP extensions we need
RUN set -x \
......
......@@ -92,7 +92,7 @@ services:
redis:
image: redis:7.0.10
image: redis:7.2.3
restart: always
networks:
- default
......