misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
9.93k stars 1.34k forks source link

chore(docker-compose): 推奨の名前にする #14096

Closed ghost closed 3 months ago

ghost commented 3 months ago

What

docker-compose.ymlから非推奨の項目を削除し、 ファイル名を推奨のcompose.yamlへ変更。

Why

docker-compose.ymlは非推奨なので。 https://github.com/compose-spec/compose-spec/blob/5c18e329d5a15a15e4b636ed093b256b96615e33/spec.md#compose-file

Additional info (optional)

Checklist

github-actions[bot] commented 3 months ago

このPRによるapi.jsonの差分

差分はこちら ```diff ```

Get diff files from Workflow Page

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 65.27%. Comparing base (1c5d0cf) to head (3d87f41). Report is 1 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #14096 +/- ## ============================================ - Coverage 77.90% 65.27% -12.63% ============================================ Files 185 1004 +819 Lines 25562 115257 +89695 Branches 487 5493 +5006 ============================================ + Hits 19915 75239 +55324 - Misses 5640 38579 +32939 - Partials 7 1439 +1432 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

kakkokari-gtyih commented 3 months ago

yamlファイルの拡張子は基本的に*.ymlばっかりにしてた気がするのでそのほうがいいかも

ghost commented 3 months ago

yamlからymlに変更しました🙏

syuilo commented 3 months ago

🙏🏻