Skip to content
Snippets Groups Projects
Commit 73d5d88b authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

update service

parent 6f4b79b4
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ services:
app:
image: gitlab/gitlab-ce:12.6.2-ce.0
image: gitlab/gitlab-ce:12.10.3-ce.0
restart: always
ports:
- 0.0.0.0:444:22
......
......@@ -4,7 +4,7 @@ services:
app:
image: hackmdio/hackmd:1.4.1
image: hackmdio/hackmd:2.0.1
restart: always
depends_on:
- db
......@@ -30,7 +30,7 @@ services:
db:
image: mariadb:10
image: mariadb:10.5.2
volumes:
- /srv/hackmd/db:/var/lib/mysql
- /srv/hackmd/mysql-utf8.cnf:/etc/mysql/conf.d/utf8.cnf
......
......@@ -5,7 +5,7 @@ services:
app:
image: prosody/prosody:0.11.3
image: prosody/prosody:0.11.5
restart: always
ports:
- 5222:5222
......
......@@ -13,7 +13,7 @@ services:
app:
image: prosody/prosody:0.10
image: prosody/prosody:0.11.5
restart: always
ports:
- 25222:5222
......
FROM matrixdotorg/synapse:v1.9.0-py3
FROM matrixdotorg/synapse:v1.12.4-py3
RUN apk add curl
RUN export PYTHON_MINOR_VERSION=$(echo "${PYTHON_VERSION}" | rev | cut -d"." -f2- | rev) ; \
......
......@@ -5,14 +5,14 @@ services:
cw:
image: 42wim/matterbridge:1.16.3
image: 42wim/matterbridge:1.17.4
restart: always
volumes:
- /srv/matterbridge/etc/matterbridge_cw.toml:/matterbridge.toml
wz:
image: 42wim/matterbridge:1.16.3
image: 42wim/matterbridge:1.17.4
restart: always
volumes:
- /srv/matterbridge/etc/matterbridge_wz.toml:/matterbridge.toml
......
......@@ -5,7 +5,7 @@ services:
db:
image: mariadb:10
image: mariadb:10.5.2
restart: always
volumes:
- /srv/wordpress/db/:/var/lib/mysql
......@@ -17,7 +17,7 @@ services:
app:
image: wordpress:4.8.2-php7.1-apache
image: wordpress:5.4.1-php7.2-apache
restart: always
volumes:
- /srv/wordpress/config/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
......
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