Skip to content

Commit edf67fa

Browse files
committed
SIVA-987 Add service-host environment value to siva-demo-application in docker-compose file
1 parent a68b384 commit edf67fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ services:
44
image: siva-demo-application:latest
55
ports:
66
- "9000:8080"
7+
environment:
8+
- siva.service.service-host=http://siva.localhost:8080
79
networks:
810
default:
911
aliases:

0 commit comments

Comments
 (0)