summaryrefslogtreecommitdiff
path: root/compose_example.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update compose_example.ymlpiuvas silly2024-09-211-1/+1
|
* fix mcaptcha.piuvas silly2024-09-211-2/+4
|
* Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07dakkar2024-08-021-15/+12
|
* enhance(backend): Load settings via environment variables (#14179)Souma2024-07-141-0/+2
| | | | | | | | | | | | | | | | | * feat(backend): Load settings via environment variables If they're not loaded from the config file. * chore(docker): Add hints for environment variables It supports users to know about them. * docs(changelog): Add the description about this change Users can notice what's changed by this PR. * style(backend): Fix code syntax To pass the linter.
* chore(docker-compose): 推奨の名前にする (#14096)ぬるきゃっと2024-06-281-0/+96
* chore(docker-compose): 推奨の名前にする https://github.com/compose-spec/compose-spec/blob/5c18e329d5a15a15e4b636ed093b256b96615e33/spec.md#compose-file * yaml to yml * fix * fix