We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe7619 commit 650a84dCopy full SHA for 650a84d
Makefile
@@ -166,9 +166,9 @@ start-database:
166
podman run -d --rm -ti \
167
--name $(DATABASE_CONTAINER_NAME) \
168
--pod $(POD_NAME) \
169
- -e POSTGRES_COMPANIES_PASSWORD=$(POSTGRES_COMPANIES_PASSWORD) \
170
- -e POSTGRES_COMPANIES_USER=$(POSTGRES_COMPANIES_USER) \
171
- -e POSTGRES_COMPANIES_DB=$(POSTGRES_COMPANIES_DB) \
+ -e POSTGRES_PASSWORD=$(POSTGRES_COMPANIES_PASSWORD) \
+ -e POSTGRES_USER=$(POSTGRES_COMPANIES_USER) \
+ -e POSTGRES_DB=$(POSTGRES_COMPANIES_DB) \
172
$(POSTGRES_COMPANIES_IMAGE)
173
174
wait-database:
0 commit comments