Bridge integration

This commit is contained in:
Darren Clarke 2024-05-09 07:42:44 +02:00
parent 42a5e09c94
commit 162390008b
56 changed files with 776 additions and 591 deletions

View file

@ -5,7 +5,7 @@ services:
container_name: leafcutter
restart: ${RESTART}
build:
context: ../../
context: .
dockerfile: ../../apps/leafcutter/Dockerfile
image: registry.gitlab.com/digiresilience/link/link-stack/leafcutter:${LINK_STACK_VERSION}
expose:

View file

@ -5,7 +5,7 @@ services:
container_name: link
restart: ${RESTART}
build:
context: ../../
context: .
dockerfile: ../../apps/link/Dockerfile
image: registry.gitlab.com/digiresilience/link/link-stack/link:${LINK_STACK_VERSION}
expose:

View file

@ -1 +1 @@
FROM memcached:1.6.23-bookworm
FROM memcached:1.6.27-bookworm

View file

@ -1 +1 @@
FROM nginxproxy/nginx-proxy:1.5.1
FROM nginxproxy/nginx-proxy:1.5.2

View file

@ -1 +1 @@
FROM opensearchproject/opensearch-dashboards:2.12.0
FROM opensearchproject/opensearch-dashboards:2.13.0

View file

@ -1,2 +1,2 @@
FROM opensearchproject/opensearch:2.12.0
FROM opensearchproject/opensearch:2.13.0
RUN /usr/share/opensearch/bin/opensearch-plugin install ingest-attachment -b

View file

@ -1 +1 @@
FROM bbernhard/signal-cli-rest-api:0.81
FROM bbernhard/signal-cli-rest-api:0.83

View file

@ -1,4 +1,6 @@
ARG ZAMMAD_VERSION=6.2.0
# need to include changes from https://github.com/zammad/zammad/blob/506c295c1d15f8dc19fc8bb69af1fb721bf10f49/contrib/docker/setup.sh
ARG ZAMMAD_VERSION=6.3.0
FROM node:16.18.0-slim as node
FROM zammad/zammad-docker-compose:${ZAMMAD_VERSION} AS builder