refactor: modernize Justfile commands and simplify service management

This commit is contained in:
2026-01-29 14:28:06 -06:00
parent 98a6d978c6
commit 9e403e5043
5 changed files with 267 additions and 224 deletions
+2 -2
View File
@@ -115,5 +115,5 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
ENV HOSTS=0.0.0.0,[::]
# Implicitly uses PORT environment variable
# temporary: running without 'scraper' service
CMD ["sh", "-c", "exec ./banner --services web,bot"]
# Runs all services: web, bot, and scraper
CMD ["sh", "-c", "exec ./banner"]