# https://taskfile.dev version: '3' tasks: default: cmds: - docker compose up --build --pull always silent: true