Skip to content

Commit 2e0b80c

Browse files
committed
Added reflex example
1 parent 478bb17 commit 2e0b80c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/reflex.star

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Declarative app config for Reflex apps, install by running
2+
# openrun apply --approve --promote github.com/openrundev/openrun/examples/reflex.star
3+
4+
rf_args = {"container_opts": {"cpus": "2", "memory": "512m"}, "spec": "python-reflex"}
5+
app("counter.:", "github.com/reflex-dev/reflex-examples/counter", **rf_args)
6+
app("clock.:", "github.com/reflex-dev/reflex-examples/clock", **rf_args)
7+
app("quiz.:", "github.com/reflex-dev/reflex-examples/quiz", **rf_args)

0 commit comments

Comments
 (0)