Fix build oauth

This commit is contained in:
Timofey Boyko 2024-06-28 13:36:14 +03:00
parent 415fe6e605
commit aff3c13d5c

View File

@ -194,9 +194,6 @@ os.environ["APP_URL_PORTAL"] = portal_url
os.environ["MIGRATION_TYPE"] = migration_type os.environ["MIGRATION_TYPE"] = migration_type
subprocess.run(["docker-compose", "-f", os.path.join(dockerDir, "docspace.profiles.yml"), "-f", os.path.join(dockerDir, "docspace.overcome.yml"), "--profile", "migration-runner", "--profile", "backend-local", "up", "-d"]) subprocess.run(["docker-compose", "-f", os.path.join(dockerDir, "docspace.profiles.yml"), "-f", os.path.join(dockerDir, "docspace.overcome.yml"), "--profile", "migration-runner", "--profile", "backend-local", "up", "-d"])
print("Run OAuth2 migration")
subprocess.run(["docker-compose", "-f",os.path.join(dockerDir, "oauth2-migration.yml"), "up", "-d" ])
print("Run OAuth2") print("Run OAuth2")
subprocess.run(["docker-compose", "-f",os.path.join(dockerDir, "oauth2.yml"), "up", "-d" ]) subprocess.run(["docker-compose", "-f",os.path.join(dockerDir, "oauth2.yml"), "up", "-d" ])