mirror of
https://github.com/Lore09/Tesi-Magistrale.git
synced 2025-12-19 04:14:35 +00:00
enabled wasmcloud host
This commit is contained in:
@@ -12,26 +12,26 @@ services:
|
|||||||
# networks:
|
# networks:
|
||||||
# - internal
|
# - internal
|
||||||
|
|
||||||
# wasmcloud:
|
wasmcloud:
|
||||||
# image: ghcr.io/wasmcloud/wasmcloud:1.4.0
|
image: ghcr.io/wasmcloud/wasmcloud:1.4.0
|
||||||
# container_name: wasmcloud
|
container_name: wasmcloud
|
||||||
# restart: always
|
restart: always
|
||||||
# environment:
|
environment:
|
||||||
# - WASMCLOUD_NATS_HOST=nats
|
- WASMCLOUD_NATS_HOST=nats
|
||||||
# - WASMCLOUD_NATS_PORT=4222
|
- WASMCLOUD_NATS_PORT=4222
|
||||||
# - WASMCLOUD_RPC_TIMEOUT_MS=4000
|
- WASMCLOUD_RPC_TIMEOUT_MS=4000
|
||||||
# - WASMCLOUD_LABEL_host-type=edge
|
- WASMCLOUD_LABEL_host-type=edge
|
||||||
# - WASMCLOUD_STRUCTURED_LOGGING_ENABLED=false
|
- WASMCLOUD_STRUCTURED_LOGGING_ENABLED=false
|
||||||
# - WASMCLOUD_LOG_LEVEL=INFO
|
- WASMCLOUD_LOG_LEVEL=INFO
|
||||||
# - WASMCLOUD_JS_DOMAIN=default
|
- WASMCLOUD_JS_DOMAIN=default
|
||||||
# - WASMCLOUD_LATTICE=default
|
- WASMCLOUD_LATTICE=default
|
||||||
# - WASMCLOUD_LATTICE_PREFIX=default
|
- WASMCLOUD_LATTICE_PREFIX=default
|
||||||
# - WASMCLOUD_CTL_TOPIC_PREFIX=wasmbus.ctl
|
- WASMCLOUD_CTL_TOPIC_PREFIX=wasmbus.ctl
|
||||||
# - WASMCLOUD_SECRETS_TOPIC=wasmcloud.secrets
|
- WASMCLOUD_SECRETS_TOPIC=wasmcloud.secrets
|
||||||
# ports:
|
ports:
|
||||||
# - '8000:8000'
|
- '8000:8000'
|
||||||
# depends_on:
|
depends_on:
|
||||||
# - nats
|
- nats
|
||||||
# networks:
|
# networks:
|
||||||
# - internal
|
# - internal
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user