Merge pull request 'Some updates, like always' (#2) from update into master

Reviewed-on: Aurore/docker-ovh#2
This commit is contained in:
otthorn 2021-02-18 18:21:09 +01:00
commit c047508372
6 changed files with 6 additions and 10 deletions

View file

@ -53,7 +53,7 @@ services:
- 8082:3000 - 8082:3000
matrix-appservice-discord: matrix-appservice-discord:
image: halfshot/matrix-appservice-discord:latest image: halfshot/matrix-appservice-discord:v1.0.0
restart: always restart: always
volumes: volumes:
- ./matrix-appservice-discord_data:/data - ./matrix-appservice-discord_data:/data
@ -119,7 +119,7 @@ services:
# - postgres # - postgres
statping: statping:
image: statping/statping image: statping/statping:v0.90.74
restart: always restart: always
ports: ports:
- 8086:8080 - 8086:8080

View file

@ -1,4 +1,4 @@
FROM etherpad/etherpad:1.8.7 FROM etherpad/etherpad:1.8.9
# Change instance settings # Change instance settings
ENV NODE_ENV=production ENV NODE_ENV=production

View file

@ -1,4 +1,4 @@
FROM grafana/grafana:7.4.0 FROM grafana/grafana:7.4.2
ENV GF_SERVER_ROOT_URL=https://grafana.auro.re ENV GF_SERVER_ROOT_URL=https://grafana.auro.re
ENV GF_SESSION_COOKIE_SECURE=true ENV GF_SESSION_COOKIE_SECURE=true

View file

@ -1,3 +1,3 @@
FROM prom/alertmanager:v0.20.0 FROM prom/alertmanager:v0.21.0
COPY alertmanager.yml /etc/alertmanager/alertmanager.yml COPY alertmanager.yml /etc/alertmanager/alertmanager.yml

View file

@ -6,10 +6,6 @@ global:
smtp_from: 'alertmanager@example.org' smtp_from: 'alertmanager@example.org'
#smtp_auth_username: 'alertmanager' #smtp_auth_username: 'alertmanager'
#smtp_auth_password: 'password' #smtp_auth_password: 'password'
# The auth token for Hipchat.
hipchat_auth_token: '1234556789'
# Alternative host for Hipchat.
hipchat_api_url: 'https://hipchat.foobar.org/'
# The directory from which notification templates are read. # The directory from which notification templates are read.
templates: templates:

View file

@ -1,4 +1,4 @@
FROM vectorim/riot-web:v1.7.20 FROM vectorim/element-web:v1.7.21
# Customize instance settings and background # Customize instance settings and background
COPY config.json /app/config.json COPY config.json /app/config.json