Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docker/compose.propeller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ networks:
services:
manager:
image: ghcr.io/absmach/propeller/manager:${PROP_RELEASE_TAG}
pull_policy: always
container_name: propeller-manager
restart: on-failure
healthcheck:
Expand Down Expand Up @@ -89,6 +90,7 @@ services:
# 3. PROPLET_EXTERNAL_WASM_RUNTIME=wasmtime
proplet:
image: ${PROPLET_IMAGE}:${PROPLET_IMAGE_TAG}
pull_policy: always
container_name: propeller-proplet
restart: on-failure
healthcheck:
Expand Down Expand Up @@ -174,6 +176,7 @@ services:

proxy:
image: ghcr.io/absmach/propeller/proxy:${PROP_RELEASE_TAG}
pull_policy: always
container_name: propeller-proxy
restart: on-failure
healthcheck:
Expand Down
4 changes: 4 additions & 0 deletions docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:

atom:
image: ghcr.io/absmach/atom:${ATOM_IMAGE_TAG}
pull_policy: always
container_name: propeller-atom
restart: on-failure
depends_on:
Expand Down Expand Up @@ -69,6 +70,7 @@ services:

atom-ui:
image: ghcr.io/absmach/atom-ui:${ATOM_UI_IMAGE_TAG:-latest}
pull_policy: always
container_name: propeller-atom-ui
restart: on-failure
depends_on:
Expand All @@ -82,6 +84,7 @@ services:

fluxmq-node1:
image: ghcr.io/absmach/fluxmq:${FLUXMQ_IMAGE_TAG}
pull_policy: always
container_name: propeller-fluxmq-node1
user: "0:0"
command: ["-config", "/etc/fluxmq/config.yaml"]
Expand All @@ -100,6 +103,7 @@ services:

fluxmq-auth:
image: ghcr.io/absmach/magistrala/fluxmq:${MG_RELEASE_TAG}
pull_policy: always
container_name: propeller-fluxmq-auth
restart: on-failure
depends_on:
Expand Down
19 changes: 10 additions & 9 deletions docker/fluxmq/node1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,13 @@ queues:
max_length_bytes: 1073741824

auth:
url: "http://fluxmq-auth:7016"
transport: "grpc"
timeout: 15s
protocols:
mqtt: true
http: true
coap: true
amqp: true
amqp091: false
external:
url: "http://fluxmq-auth:7016"
transport: "grpc"
timeout: 15s
protocols:
mqtt: true
http: true
coap: true
amqp: true
amqp091: false
Empty file added docker/ssl/certs/.gitkeep
Empty file.