Bridge integration
This commit is contained in:
parent
42a5e09c94
commit
162390008b
56 changed files with 776 additions and 591 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
FROM memcached:1.6.23-bookworm
|
||||
FROM memcached:1.6.27-bookworm
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
FROM nginxproxy/nginx-proxy:1.5.1
|
||||
FROM nginxproxy/nginx-proxy:1.5.2
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
FROM opensearchproject/opensearch-dashboards:2.12.0
|
||||
FROM opensearchproject/opensearch-dashboards:2.13.0
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
FROM bbernhard/signal-cli-rest-api:0.81
|
||||
FROM bbernhard/signal-cli-rest-api:0.83
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue