Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1004 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 1004 Bytes

Lucee Session Persistence / Clustering Proof-of-Concept

This allows for round-robin load balancing of Lucee applications.

Services:

Running Demo

Build Lucee Image

docker-compose build

Deploy Stack

eval docker-compose config 2>/dev/null | docker stack deploy -c- cluster

Try Demo

http://localhost:8999

Tear Down

docker stack rm cluster