We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478bb17 commit 2e0b80cCopy full SHA for 2e0b80c
examples/reflex.star
@@ -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