Skip to content

Commit

Permalink
fix: remoção da palavra 'COMPANIES' das variaveis POSTGRES
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiscleverson committed Dec 5, 2024
1 parent 0fe7619 commit 650a84d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ start-database:
podman run -d --rm -ti \
--name $(DATABASE_CONTAINER_NAME) \
--pod $(POD_NAME) \
-e POSTGRES_COMPANIES_PASSWORD=$(POSTGRES_COMPANIES_PASSWORD) \
-e POSTGRES_COMPANIES_USER=$(POSTGRES_COMPANIES_USER) \
-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) \
$(POSTGRES_COMPANIES_IMAGE)

wait-database:
Expand Down

0 comments on commit 650a84d

Please sign in to comment.