We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d0ab5 commit 01bcde4Copy full SHA for 01bcde4
2 files changed
compose.yml
@@ -20,9 +20,6 @@ services:
20
restart: on-failure
21
ports:
22
- "9600:9501"
23
- depends_on:
24
- - postgres
25
- - mongo
26
27
postgres:
28
container_name: serendipity-postgres
makefile
@@ -35,7 +35,7 @@ watch: ## Start the project in watch mode
35
##@ Composer
36
37
install: ## Composer install dependencies
38
- @$(COMPOSE_RUNNER) run --rm --entrypoint composer app install
+ @$(COMPOSE_RUNNER) --profile mongo --profile postgres run --rm --entrypoint composer app install
39
40
dump: ## Run the composer dump
41
@$(COMPOSE_RUNNER) run --rm --entrypoint composer app dump-autoload
0 commit comments