Skip to content

Commit

Permalink
Add proxy microservice to "make infra" command
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchezr committed Nov 19, 2024
1 parent a523ddd commit bb158e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ refresh: | down build up ## Recreates local docker environment
.PHONY: infra
infra: ## Starts infrastructure containers (e.g. database, geoserver). Useful for local debugging
@echo "$(P) Starting up infrastructure containers..."
@"$(MAKE)" start n="database geoserver grafana prometheus"
@"$(MAKE)" start n="database geoserver grafana prometheus proxy"

start: ## Starts the local containers (n=service name)
@echo "$(P) Starting client and server containers..."
Expand Down

0 comments on commit bb158e7

Please sign in to comment.