update compose

This commit is contained in:
Elliot Matson 2022-07-30 00:00:03 -05:00
parent c75fc233fe
commit 26600ee69a
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,8 @@ x-common:
# ------------------------------------------------------------------------------------------
# DANGER ZONE BELOW
#
# The remainder of this file likely does not need to be changed. Please only make modifications
# The remainder of this file likely does not need to be changed.
# Please only make modifications
# below if you understand what you are doing.
#
services:

View File

@ -15,4 +15,4 @@ with open("/config/servers.json", "w") as f:
print(data)
json.dump(data, f, indent=2)
# sleep until GHA Healthchecks are complete
time.sleep(125)
time.sleep(125)