Update deps and Zammad version (6.4.1)
This commit is contained in:
parent
07ee819520
commit
9e5ea2fc41
40 changed files with 973 additions and 849 deletions
|
|
@ -25,6 +25,7 @@ services:
|
|||
context: ../../
|
||||
dockerfile: ./apps/bridge-frontend/Dockerfile
|
||||
container_name: bridge-frontend
|
||||
image: registry.gitlab.com/digiresilience/link/link-stack/bridge-frontend:${LINK_STACK_VERSION}
|
||||
restart: ${RESTART}
|
||||
ports:
|
||||
- 8006:3000
|
||||
|
|
@ -35,5 +36,6 @@ services:
|
|||
context: ../../
|
||||
dockerfile: ./apps/bridge-worker/Dockerfile
|
||||
container_name: bridge-worker
|
||||
image: registry.gitlab.com/digiresilience/link/link-stack/bridge-worker:${LINK_STACK_VERSION}
|
||||
restart: ${RESTART}
|
||||
environment: *common-bridge-variables
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
services:
|
||||
signal-cli-rest-api:
|
||||
container_name: signal-cli-rest-api
|
||||
build: ../signal-cli-rest-api
|
||||
image: registry.gitlab.com/digiresilience/link/link-stack/signal-cli-rest-api:develop
|
||||
platform: linux/amd64
|
||||
environment:
|
||||
- MODE=json-rpc
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ x-zammad-vars: &common-zammad-variables
|
|||
|
||||
services:
|
||||
zammad-init:
|
||||
platform: linux/x86_64
|
||||
container_name: zammad-init
|
||||
command: ["zammad-init"]
|
||||
depends_on:
|
||||
|
|
@ -47,7 +46,6 @@ services:
|
|||
<<: *common-global-variables
|
||||
|
||||
zammad-nginx:
|
||||
platform: linux/x86_64
|
||||
container_name: zammad-nginx
|
||||
command: ["zammad-nginx"]
|
||||
expose:
|
||||
|
|
@ -72,7 +70,6 @@ services:
|
|||
- zammad-var:/opt/zammad/var:ro
|
||||
|
||||
zammad-railsserver:
|
||||
platform: linux/x86_64
|
||||
container_name: zammad-railsserver
|
||||
command: ["zammad-railsserver"]
|
||||
depends_on:
|
||||
|
|
@ -103,7 +100,6 @@ services:
|
|||
- redis-data:/data
|
||||
|
||||
zammad-scheduler:
|
||||
platform: linux/x86_64
|
||||
container_name: zammad-scheduler
|
||||
command: ["zammad-scheduler"]
|
||||
depends_on:
|
||||
|
|
@ -123,7 +119,6 @@ services:
|
|||
- zammad-storage:/opt/zammad/storage
|
||||
|
||||
zammad-websocket:
|
||||
platform: linux/x86_64
|
||||
container_name: zammad-websocket
|
||||
command: ["zammad-websocket"]
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue