Skip to content

Commit

Permalink
run devenv in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkukral committed Nov 8, 2017
1 parent 4c4baa4 commit 00c8a30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ docker-compose -f docker-compose.yml -f docker-compose.demo.yml up
docker-compose -f docker-compose.yml -f docker-compose.demo.yml -f docker-compose.kubernetes.yml up
```

* You can add some example data by running

```
docker-compose -f docker-compose.yml -f docker-compose.demo.yml exec kqueen ./devenv.py
```

## Configuration

We load configuration from file `config/dev.py` by default and this can be configured by `KQUEEN_CONFIG_FILE` environment variable. Any environment variable matching name `KQUEEN_*` will be loaded and saved to configuration.
Expand Down

0 comments on commit 00c8a30

Please sign in to comment.