Skip to content

Commit

Permalink
Merge pull request #268 from vishnoianil/conn-retry
Browse files Browse the repository at this point in the history
Make sure gosmee restarts if it hits error
  • Loading branch information
nerdalert authored Apr 19, 2024
2 parents 69d466a + ab105f1 commit c5c261a
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 154 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ run-dev: ## Deploy the bot development stack.
exit 1 ; \
fi
$(ECHO_PREFIX) printf "Deploy the development stack\n"
$(CMD_PREFIX) podman compose up
$(CMD_PREFIX) podman compose up -d

.PHONY: redis-stack
redis-stack: ## Run a redis-stack container
Expand Down
Loading

0 comments on commit c5c261a

Please sign in to comment.