Skip to content

Commit

Permalink
Rename docker-compose.yml files to compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed May 15, 2024
1 parent e0b263b commit 0169edb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
COMPOSE_TOOLING_RUN = docker compose -f docker-compose.tooling.yml run --rm --build tooling
COMPOSE_E2E = docker compose -f docker-compose.yml -f docker-compose.override.e2e.yml
COMPOSE_TOOLING_RUN = docker compose -f compose.tooling.yaml run --rm --build tooling
COMPOSE_E2E = docker compose -f compose.yaml -f compose.override.e2e.yaml
COMPOSE_E2E_RUN = $(COMPOSE_E2E) run --rm --build e2e-test-runner
COMPOSE_APP_DEV = docker compose -f docker-compose.yml -f docker-compose.override.yml
COMPOSE_RUN_DOCS = docker compose -f docker-compose.yml -f docker-compose.override.yml run docs
COMPOSE_PUBLISH = docker compose -f docker-compose.yml -f docker-compose.override.publish.yml
COMPOSE_APP_DEV = docker compose -f compose.yaml -f compose.override.yaml
COMPOSE_RUN_DOCS = docker compose -f compose.yaml -f compose.override.yaml run docs
COMPOSE_PUBLISH = docker compose -f compose.yaml -f compose.override.publish.yaml

help: ## Show this help
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0169edb

Please sign in to comment.