diff --git a/scripts/run.yaml b/scripts/run.yaml index 9ca517b..4aa0d7d 100644 --- a/scripts/run.yaml +++ b/scripts/run.yaml @@ -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