Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
update nats, set RUST_LOG to debug for host
Browse files Browse the repository at this point in the history
Signed-off-by: stevelr <[email protected]>
  • Loading branch information
stevelr committed Mar 9, 2022
1 parent 16fe833 commit a47bee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion petclinic/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
- 127.0.0.1:9999:80

nats:
image: nats:2.3
image: nats:2.7.2
ports:
- "127.0.0.1:4222:4222"
- "127.0.0.1:6222:6222"
Expand All @@ -64,6 +64,7 @@ services:
image: wasmcloud/wasmcloud_host:latest
environment:
LC_ALL: en_US.UTF-8
RUST_LOG: debug
WASMCLOUD_OCI_ALLOWED_INSECURE: registry:5000
WASMCLOUD_RPC_HOST: nats
WASMCLOUD_CTL_HOST: nats
Expand Down

0 comments on commit a47bee3

Please sign in to comment.