From 26600ee69ad287f863e59d1a0091395ce16d48e0 Mon Sep 17 00:00:00 2001 From: Elliot Matson Date: Sat, 30 Jul 2022 00:00:03 -0500 Subject: [PATCH] update compose --- docker-compose.yml | 3 ++- pgadmin-config-creator/app.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e22b9f8..3064056 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: diff --git a/pgadmin-config-creator/app.py b/pgadmin-config-creator/app.py index 606e7c3..9cd2048 100644 --- a/pgadmin-config-creator/app.py +++ b/pgadmin-config-creator/app.py @@ -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) \ No newline at end of file +time.sleep(125)