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