Skip to content

Commit

Permalink
Create Taskfile.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenken714 committed Sep 9, 2024
1 parent 3374ac7 commit ff490a2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# https://taskfile.dev

version: "3"

tasks:
up:
cmds:
- docker compose up -d
down:
cmds:
- docker compose down
reset:
cmds:
- docker compose down -v
db:
cmds:
- docker compose exec mariadb bash

0 comments on commit ff490a2

Please sign in to comment.