mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-19 18:34:42 +02:00
Docker compose and startup adjustments
This commit is contained in:
parent
563ee7408e
commit
a194e4f0be
8 changed files with 56 additions and 8 deletions
|
@ -93,6 +93,9 @@ def update_and_monitor():
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(f"{datetime.now()} - Monitoring container started, waiting for routerfleet container to start...")
|
||||
time.sleep(30) # Wait for the routerfleet container to start
|
||||
print(f"{datetime.now()} - Starting monitoring service...")
|
||||
update_and_monitor()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue