From e5021ae738483a1b70a61bcdef13e16bdace448d Mon Sep 17 00:00:00 2001 From: Viren Baraiya Date: Fri, 15 Nov 2024 11:10:33 -0800 Subject: [PATCH] update docker configs to resolve conflicts with airplay server --- README.md | 2 +- docker/README.md | 2 +- docker/docker-compose-mysql.yaml | 2 +- docker/docker-compose-postgres-es7.yaml | 2 +- docker/docker-compose-postgres.yaml | 2 +- docker/docker-compose.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aa13e0f55..bc37e6cab 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ docker compose -f docker/docker-compose.yaml up #### Create your first workflow ##### To create a workflow, navigate to the UI: -* http://localhost:5000 +* http://localhost:8127 ##### Or use the REST API with your preferred HTTP client * http://localhost:8080 diff --git a/docker/README.md b/docker/README.md index 809260c1c..d75861d98 100644 --- a/docker/README.md +++ b/docker/README.md @@ -81,5 +81,5 @@ YARN_OPTS='--network-timeout 10000000' docker compose -f docker-compose.yaml up When building a Docker image using `docker`, you must call it like e.g. ``` -docker build --build-arg='YARN_OPTS=--network-timeout 10000000' .. -f server/Dockerfile -t oss-conductor:v3.21.4 +docker build --build-arg='YARN_OPTS=--network-timeout 10000000' .. -f server/Dockerfile -t oss-conductor:v3.21.9 ``` diff --git a/docker/docker-compose-mysql.yaml b/docker/docker-compose-mysql.yaml index 8c2c3753e..1b79be78a 100644 --- a/docker/docker-compose-mysql.yaml +++ b/docker/docker-compose-mysql.yaml @@ -16,7 +16,7 @@ services: - internal ports: - 8080:8080 - - 5000:5000 + - 8127:5000 healthcheck: test: [ "CMD", "curl","-I" ,"-XGET", "http://localhost:8080/health" ] interval: 60s diff --git a/docker/docker-compose-postgres-es7.yaml b/docker/docker-compose-postgres-es7.yaml index 383be9500..6d0be5ca6 100644 --- a/docker/docker-compose-postgres-es7.yaml +++ b/docker/docker-compose-postgres-es7.yaml @@ -15,7 +15,7 @@ services: - internal ports: - 8080:8080 - - 5000:5000 + - 8127:5000 healthcheck: test: [ "CMD", "curl","-I" ,"-XGET", "http://localhost:8080/health" ] interval: 60s diff --git a/docker/docker-compose-postgres.yaml b/docker/docker-compose-postgres.yaml index d1a51cefe..0337eff89 100644 --- a/docker/docker-compose-postgres.yaml +++ b/docker/docker-compose-postgres.yaml @@ -15,7 +15,7 @@ services: - internal ports: - 8080:8080 - - 5000:5000 + - 8127:5000 healthcheck: test: [ "CMD", "curl","-I" ,"-XGET", "http://localhost:8080/health" ] interval: 60s diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index e812ac61b..ff5946db1 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -16,7 +16,7 @@ services: - internal ports: - 8080:8080 - - 5000:5000 + - 8127:5000 healthcheck: test: ["CMD", "curl","-I" ,"-XGET", "http://localhost:8080/health"] interval: 60s