Skip to content

Commit

Permalink
run.yaml: Add support for running Redis
Browse files Browse the repository at this point in the history
Signed-off-by: Jacquelin Han <jacquelinhan@gmail.com>
  • Loading branch information
JackieHam committed Sep 25, 2023
1 parent 9a17a93 commit b65620a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ runs:
command: /usr/bin/sqlite3
memory: 64
networking: False
- name: redis
rootfs: ../dynamic-apps/redis
command: /usr/bin/redis-server
memory: 64
networking: True

0 comments on commit b65620a

Please sign in to comment.