update docker hostnames to avoid conflicts when sharing network

This commit is contained in:
2023-08-29 19:24:26 +01:00
parent ec3ab8b48b
commit 2d66b0a200
3 changed files with 5 additions and 2 deletions

2
populater/src/app.py Executable file → Normal file
View File

@@ -16,7 +16,7 @@ CLIENT_SECRET = os.environ.get('CLIENT_SECRET', None)
if CLIENT_SECRET is None:
raise ValueError("CLIENT_SECRET cannot be None, set using environment variable")
db = Db('redis', 6379, 0, CLIENT_ID, CLIENT_SECRET)
db = Db('heartbets-redis', 6379, 0, CLIENT_ID, CLIENT_SECRET)
def get_args():