Skip to content

Commit

Permalink
mv runtime/stackstorm-1ppc runtime/compose-1ppc
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenvw committed Aug 29, 2017
1 parent 662b55d commit 2ed698a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ container, use:
On the other hand, if you want to run one process per container, use:

```
docker-compose -f runtime/stackstorm-1ppc/docker-compose.yml run -d
docker-compose -f runtime/compose-1ppc/docker-compose.yml run -d
```

This will pull the required images from docker hub, and then start them.
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ StackStorm Docker image that runs one st2 service per container.

## Getting started

A sample `docker-compose.yml` file is located under `runtime/stackstorm-1ppc` directory.
A sample `docker-compose.yml` file is located under `runtime/compose-1ppc` directory.
Follow the instruction below to setup a running StackStorm instance which consists of
containers that each are running individual st2 service.

Expand Down Expand Up @@ -64,7 +64,10 @@ docker-compose exec st2client st2 run examples.mistral_examples

- Q: Fails to run mistral actions
- A: Restart `mistrap-api` or `mistral-server` container once by `docker-compose up -d --force-recreate mistral-api`
- This is caused by the conflict of `mistral-db-manage` command being invoked by both `mistral-api` and `mistral-server`. When you first run `docker-compose up -d` the command runs in both containers almost at the same time and simply fails to load the required content into database. Restarting one of them will re-run the command again and populate postgres with a proper data.
- This is caused by the conflict of `mistral-db-manage` command being invoked by both `mistral-api` and
`mistral-server`. When you first run `docker-compose up -d` the command runs in both containers almost at the
same time and simply fails to load the required content into database. Restarting one of them will re-run
the command again and populate postgres with a proper data.
- Q: I can login to the Web UI but when I click any link, I'm redirected back to login page
- A: Check you docker host clock

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2ed698a

Please sign in to comment.