Skip to content

Commit

Permalink
Update docker image (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng authored Dec 17, 2022
1 parent ea8b4a9 commit 4d27951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ Link to WebUI: http://localhost:8233/namespaces/default/workflows

By default, iWF server is serving port **8801**, server URL is http://localhost:8801/ )

NOTE:

Use `docker pull iworkflowio/iwf-server:latest` to update the latest image.Or update the docker-compose file to specify the version tag.

## How to build & run locally
* Run `make bins` to build the binary `iwf-server`
* Then run `./iwf-server start` to run the service . This defaults to serve workflows APIs with Temporal interpreter implementation. It requires to have local Temporal setup. See Run with local Temporal.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
- 8233:8080
iwf-server:
container_name: iwf-server
image: prclqz/iwf-server:latest
image: iworkflowio/iwf-server:latest #NOTE: you can change to version tag like v1.0.0-RC6
environment:
- AUTO_FIX_WORKER_URL=host.docker.internal # this will let iwf-server automatically replace all iwfWorkerUrls of "localhost" or "127.0.0.1" with "host.docker.internal"
networks:
Expand Down

0 comments on commit 4d27951

Please sign in to comment.