Rename Wallamonitor to Wallabicher across all files and update related configurations in Docker and documentation. Adjusted service names, container names, and references in scripts and frontend components to reflect the new naming convention.
This commit is contained in:
@@ -30,6 +30,6 @@ COPY . .
|
||||
|
||||
# Healthcheck simple (verifica que el proceso esté ejecutándose)
|
||||
HEALTHCHECK --interval=60s --timeout=10s --start-period=30s --retries=3 \
|
||||
CMD pgrep -f "python.*wallamonitor.py" || exit 1
|
||||
CMD pgrep -f "python.*wallabicher.py" || exit 1
|
||||
|
||||
CMD ["python", "wallamonitor.py"]
|
||||
CMD ["python", "wallabicher.py"]
|
||||
|
||||
Reference in New Issue
Block a user