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 COPY ./inject_env.sh /inject_env.sh
CMD [ "/inject_env.sh" ] CMD [ "/inject_env.sh" ]
...@@ -9,7 +9,7 @@ volumes: ...@@ -9,7 +9,7 @@ volumes:
services: services:
app: app:
image: registry.picasoft.net/graph-bot:v1.4.1 image: registry.picasoft.net/graph-bot:v1.4.2
container_name: graph-bot container_name: graph-bot
build: . build: .
init: true init: true
......
...@@ -36,10 +36,10 @@ services: ...@@ -36,10 +36,10 @@ services:
- INFLUXDB_REPORTING_DISABLED=true - INFLUXDB_REPORTING_DISABLED=true
env_file: ./secrets/influxdb.secrets env_file: ./secrets/influxdb.secrets
labels: labels:
traefik.http.routers.influxdb-services.entrypoints: websecure traefik.http.routers.influxdb-services.entrypoints: websecure
traefik.http.routers.influxdb-services.rule: Host(`influxdb.picasoft.net`) traefik.http.routers.influxdb-services.rule: Host(`influxdb.picasoft.net`)
traefik.http.services.influxdb-services.loadbalancer.server.port: 8086 traefik.http.services.influxdb-services.loadbalancer.server.port: 8086
traefik.enable: true traefik.enable: true
networks: networks:
- metrics - metrics
- proxy - proxy
......
...@@ -6,7 +6,7 @@ RUN apk add --no-cache python3 \ ...@@ -6,7 +6,7 @@ RUN apk add --no-cache python3 \
&& python3 -m ensurepip \ && python3 -m ensurepip \
&& rm -r /usr/lib/python*/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 \ 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 \ && mkdir /tmp/sources \
......
...@@ -2,7 +2,7 @@ version: '3.7' ...@@ -2,7 +2,7 @@ version: '3.7'
services: services:
tls-certs-monitor: 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: . build: .
container_name: tls-certs-monitor container_name: tls-certs-monitor
volumes: volumes:
......
...@@ -59,7 +59,7 @@ services: ...@@ -59,7 +59,7 @@ services:
- proxy - proxy
labels: labels:
traefik.http.routers.wekan-filter-hooks.entrypoints: websecure 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.http.services.wekan-filter-hooks.loadbalancer.server.port: 5000
traefik.enable: true traefik.enable: true
restart: unless-stopped 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