Skip to content

karstenpedersen/jolie-docker-compose-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hosting Jolie Services w. Docker Compose

Host the greeter service and access it from client using Docker Compose, compose.yaml.

We need to host the greeter on socket://localhost:8080. We can then access it from the client on socket://greeter:8080.

Usage

# start
docker compose up

# stop
docker compose stop

About

Running Jolie services w. Docker Compose.

Topics

Resources

Stars

Watchers

Forks

Contributors