Skip to content

Commit

Permalink
feat: update docker compose file with healer (#113)
Browse files Browse the repository at this point in the history
* refactor: remove unwanted methods inside ssb client and clear clippy warnings

* fix: create new type `Event` to use in publish event method and pass missing fields

* chore: add state manager to the context & optimize wasm runtime and state manager

* refactor: fix spelling mistakes, format Cargo.toml and remove unwanted files

* chore: remove all print statements and log instead

* chore: update docker composer file with healer image

* fix: change corestorage db name in consumer to fix conflicts

* chore: remove event type in ssb client publish event

* fix: remove unwanted comments

* fix: remove duplicate dependencies

* chore: fix locking issue while running workflow

* chore: remove all hardcoded values and create constant value

* fix: remove unwanted spaces
  • Loading branch information
ajaykumargdr authored Apr 1, 2024
1 parent ae4427e commit fe27097
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit fe27097

Please sign in to comment.