Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update docker compose file with healer #113

Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
5054c4b
refactor: remove unwanted methods inside ssb client and clear clippy …
ajaykumargdr Mar 26, 2024
9d764bd
Merge remote-tracking branch 'origin/aurras-runtime-lite-dev' into re…
ajaykumargdr Mar 27, 2024
d0a2c7c
fix: create new type `Event` to use in publish event method and pass …
ajaykumargdr Mar 27, 2024
6217647
chore: add state manager to the context & optimize wasm runtime and s…
ajaykumargdr Mar 27, 2024
23fb88c
refactor: fix spelling mistakes, format Cargo.toml and remove unwante…
ajaykumargdr Mar 27, 2024
d2d57f6
chore: remove all print statements and log instead
ajaykumargdr Mar 28, 2024
98571bc
Merge branch 'AV-205-Optimising-SSB-client-module' into AV-206-Optimi…
ajaykumargdr Mar 28, 2024
83b418b
chore: update docker composer file with healer image
ajaykumargdr Mar 28, 2024
07726ae
fix: change corestorage db name in consumer to fix conflicts
ajaykumargdr Mar 28, 2024
bca5c81
chore: remove event type in ssb client publish event
ajaykumargdr Mar 28, 2024
b4a9e05
fix: remove unwanted comments
ajaykumargdr Mar 28, 2024
4e2ec33
Merge remote-tracking branch 'origin/AV-205-Optimising-SSB-client-mod…
ajaykumargdr Mar 28, 2024
276210a
Merge remote-tracking branch 'origin/aurras-runtime-lite-dev' into AV…
ajaykumargdr Mar 28, 2024
9036afc
fix: remove duplicate dependencies
ajaykumargdr Mar 28, 2024
0964f79
chore: fix locking issue while running workflow
ajaykumargdr Mar 28, 2024
2ab2bb8
chore: make ip as environment variable & clear conflicts
ajaykumargdr Mar 29, 2024
0a5852b
chore: remove all hardcoded values and create constant value
ajaykumargdr Mar 29, 2024
6820516
fix: remove unwanted spaces
ajaykumargdr Mar 29, 2024
042ca89
Merge branch 'AV-206-Optimising-state-manager-and-wasm-runtime-module…
ajaykumargdr Mar 29, 2024
e81a9eb
fix: clear conflicts on consumer
ajaykumargdr Apr 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions runtime/lite/scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,10 @@ services:
ports:
- "8015:8008" # Map container port 8088 to host port 8082
restart: on-failure

healer:
image: ahdinosaur/healer
volumes:
- /var/run/docker.sock:/tmp/docker.sock
restart: unless-stopped