Skip to content

Commit

Permalink
Add example configs
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Mar 11, 2016
1 parent 36529f4 commit 6bf0930
Show file tree
Hide file tree
Showing 9 changed files with 1,496 additions and 3 deletions.
1 change: 1 addition & 0 deletions example-configs/pyapp/machine/example.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is example, probably running in container
10 changes: 10 additions & 0 deletions example-configs/pyapp/runtime/pyapp/example-1/processes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
daemons:
web:
image: web-v1.0.0
config: /configs/web.yaml
celery:
image: celery-v1.0.0
config: /configs/celery.yaml
celery-beat:
image: celery-v1.0.0
config: /configs/celery-beat.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
web: 10
celery: 20
celery-beat: 1

0 comments on commit 6bf0930

Please sign in to comment.