Skip to content
Snippets Groups Projects
Commit 643e5693 authored by Rémi Uro's avatar Rémi Uro
Browse files
parents dbf012fd ae96d909
No related branches found
No related tags found
No related merge requests found
FROM chosto/graphbot:v1.4.1
FROM chosto/graphbot:v1.4.2
COPY ./inject_env.sh /inject_env.sh
CMD [ "/inject_env.sh" ]
......@@ -9,7 +9,7 @@ volumes:
services:
app:
image: registry.picasoft.net/graph-bot:v1.4.1
image: registry.picasoft.net/graph-bot:v1.4.2
container_name: graph-bot
build: .
init: true
......
......@@ -36,10 +36,10 @@ services:
- INFLUXDB_REPORTING_DISABLED=true
env_file: ./secrets/influxdb.secrets
labels:
traefik.http.routers.influxdb-services.entrypoints: websecure
traefik.http.routers.influxdb-services.rule: Host(`influxdb.picasoft.net`)
traefik.http.services.influxdb-services.loadbalancer.server.port: 8086
traefik.enable: true
traefik.http.routers.influxdb-services.entrypoints: websecure
traefik.http.routers.influxdb-services.rule: Host(`influxdb.picasoft.net`)
traefik.http.services.influxdb-services.loadbalancer.server.port: 8086
traefik.enable: true
networks:
- metrics
- proxy
......
......@@ -6,7 +6,7 @@ RUN apk add --no-cache python3 \
&& python3 -m ensurepip \
&& rm -r /usr/lib/python*/ensurepip
ENV TLS_CERTS_MONITOR_VERSION=v1.5.1
ENV TLS_CERTS_MONITOR_VERSION=v1.6
RUN wget -O /tmp/sources.tar.gz https://gitlab.utc.fr/picasoft/projets/tls-cert-monitor/-/archive/$TLS_CERTS_MONITOR_VERSION/tls-cert-monitor-$TLS_CERTS_MONITOR_VERSION.tar.gz \
&& mkdir /tmp/sources \
......
......@@ -2,7 +2,7 @@ version: '3.7'
services:
tls-certs-monitor:
image: registry.picasoft.net/pica-tls-certs-monitor:v1.5.1
image: registry.picasoft.net/pica-tls-certs-monitor:v1.6
build: .
container_name: tls-certs-monitor
volumes:
......
......@@ -59,7 +59,7 @@ services:
- proxy
labels:
traefik.http.routers.wekan-filter-hooks.entrypoints: websecure
traefik.http.routers.wekan-filter-hooks.rule: Host(`kanban.picasoft.net`) && Path('/forward_hooks')
traefik.http.routers.wekan-filter-hooks.rule: Host(`kanban.picasoft.net`) && Path(`/forward_hooks`)
traefik.http.services.wekan-filter-hooks.loadbalancer.server.port: 5000
traefik.enable: true
restart: unless-stopped
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