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 (12)
......@@ -4,7 +4,7 @@ version: "2.4"
services:
app:
image: gitea/gitea:1.17.3
image: gitea/gitea:1.19.0
restart: always
depends_on:
- db
......
......@@ -4,7 +4,7 @@ services:
redis:
image: redis:7.0.5
image: redis:7.0.10
restart: always
networks:
- default
......
......@@ -3,7 +3,7 @@ version: "3"
services:
coturn:
image: coturn/coturn:4.5.2
image: coturn/coturn:4.6.1
restart: always
command:
- turnserver
......
......@@ -5,7 +5,7 @@ services:
app:
image: gitlab/gitlab-ce:15.9.3-ce.0
image: gitlab/gitlab-ce:15.10.2-ce.0
restart: always
ports:
- "444:22"
......
......@@ -5,7 +5,7 @@ services:
cw:
image: 42wim/matterbridge:1.25
image: 42wim/matterbridge:1.26
restart: always
volumes:
- /srv/matterbridge/etc/matterbridge_cw.toml:/matterbridge.toml:ro
......@@ -16,7 +16,7 @@ services:
wz:
image: 42wim/matterbridge:1.25
image: 42wim/matterbridge:1.26
restart: always
volumes:
- /srv/matterbridge/etc/matterbridge_wz.toml:/matterbridge.toml:ro
......
FROM wordpress:6.1.1-php8.2-apache
FROM wordpress:6.2.0-php8.2-apache
# install the PHP extensions we need
RUN set -x \
......
......@@ -92,7 +92,7 @@ services:
redis:
image: redis:6.2.6
image: redis:7.0.10
restart: always
networks:
- default
......