Skip to content

Latest commit

 

History

History

lite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

An all-in-one image for iWF server.

(Internally, it just runs Temporalite as backend)

IWF service: http://localhost:8801/ WebUI: http://localhost:8233/ Temporal service: localhost:7233

How to use

docker run -p 8801:8801 -p 7233:7233 -p 8233:8233 -e AUTO_FIX_WORKER_URL=host.docker.internal --add-host host.docker.internal:host-gateway -it iworkflowio/iwf-server-lite:latest

How to build

Make sure you are at the root directory of this project (parent of current):

docker build . -t iworkflowio/iwf-server-lite:<yourTag> -f lite/Dockerfile