Skip to content

Commit

Permalink
Merge pull request #97 from appuio/usability
Browse files Browse the repository at this point in the history
Add connection info
  • Loading branch information
davidgubler committed Nov 1, 2022
2 parents f312391 + f3caf08 commit 98c090d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.compose.mk
@@ -1,6 +1,10 @@
.PHONY: docker-compose-up
docker-compose-up: ## Starts up docker compose services
@$(COMPOSE_CMD) -f $(COMPOSE_FILE) $(compose_args) up --detach
@echo ''
@echo ' To connect to the DB:'
@echo ' $$ psql postgres://reporting:reporting@localhost/appuio-cloud-reporting-test'
@echo ''

.PHONY: docker-compose-down
docker-compose-down: ## Stops docker compose services
Expand Down

0 comments on commit 98c090d

Please sign in to comment.