Skip to content

Commit 258b1e9

Browse files
committed
revert changes not related to camel proxy dev env
1 parent e751ede commit 258b1e9

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

dev-environments/http-proxy-plain-http-upstream/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
66
DOCKER ?= $(shell which docker 2> /dev/null || echo "docker")
77

88
gateway: ## run gateway configured to access upstream powered with TLS
9-
$(DOCKER) compose -f docker-compose.yml up --attach gateway
9+
$(DOCKER) compose -f docker-compose.yml run --service-ports gateway
1010

1111
clean:
1212
$(DOCKER) compose down --volumes --remove-orphans

dev-environments/https-proxy-upstream-tlsv1.3/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
66
DOCKER ?= $(shell which docker 2> /dev/null || echo "docker")
77

88
gateway: ## run gateway configured to access upstream powered with TLS
9-
$(DOCKER) compose -f docker-compose.yml up --attach gateway
9+
$(DOCKER) compose -f docker-compose.yml run --service-ports gateway
1010

1111
clean:
1212
$(DOCKER) compose down --volumes --remove-orphans

dev-environments/keycloak-env/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
66
DOCKER ?= $(shell which docker 2> /dev/null || echo "docker")
77

88
gateway: ## run gateway configured to keycloak integration
9-
$(DOCKER) compose -f docker-compose.yml up --attach gateway
9+
$(DOCKER) compose -f docker-compose.yml run --service-ports gateway
1010

1111
keycloak-data: ## Keycloak provisioning
1212
# Keycloak 23.0.4 REST API reference

dev-environments/listen-tls/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
66
DOCKER ?= $(shell which docker 2> /dev/null || echo "docker")
77

88
gateway: ## run gateway configured to access upstream powered with TLS
9-
$(DOCKER) compose -f docker-compose.yml up --attach gateway
9+
$(DOCKER) compose -f docker-compose.yml run --service-ports gateway
1010

1111
clean:
1212
$(DOCKER) compose down --volumes --remove-orphans

dev-environments/opentelemetry-instrumented-gateway/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
66
DOCKER ?= $(shell which docker 2> /dev/null || echo "docker")
77

88
gateway: ## run gateway configured to access plain HTTP 1.1 upstream
9-
$(DOCKER) compose -f docker-compose.yml up --attach gateway
9+
$(DOCKER) compose -f docker-compose.yml run --service-ports gateway
1010

1111
clean:
1212
$(DOCKER) compose down --volumes --remove-orphans

dev-environments/plain-http-upstream/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
66
DOCKER ?= $(shell which docker 2> /dev/null || echo "docker")
77

88
gateway: ## run gateway configured to access plain HTTP 1.1 upstream
9-
$(DOCKER) compose -f docker-compose.yml up --attach gateway
9+
$(DOCKER) compose -f docker-compose.yml run --service-ports gateway
1010

1111
clean:
1212
$(DOCKER) compose down --volumes --remove-orphans

dev-environments/upstream-tlsv1.3/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
66
DOCKER ?= $(shell which docker 2> /dev/null || echo "docker")
77

88
gateway: ## run gateway configured to access upstream powered with TLS
9-
$(DOCKER) compose -f docker-compose.yml up --attach gateway
9+
$(DOCKER) compose -f docker-compose.yml run --service-ports gateway
1010

1111
clean:
1212
$(DOCKER) compose down --volumes --remove-orphans

0 commit comments

Comments
 (0)