summaryrefslogtreecommitdiff
path: root/compose_example.yml
diff options
context:
space:
mode:
authorSouma <101255979+5ouma@users.noreply.github.com>2024-07-14 21:33:22 +0900
committerGitHub <noreply@github.com>2024-07-14 21:33:22 +0900
commit1b84760c19a56c8928ac639d514fe28c7d01e42d (patch)
tree1dede22be08cb431bd387f61d36315acad73425c /compose_example.yml
parentEnhance(frontend): Allow negative delay in MFM (#14200) (diff)
downloadsharkey-1b84760c19a56c8928ac639d514fe28c7d01e42d.tar.gz
sharkey-1b84760c19a56c8928ac639d514fe28c7d01e42d.tar.bz2
sharkey-1b84760c19a56c8928ac639d514fe28c7d01e42d.zip
enhance(backend): Load settings via environment variables (#14179)
* 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.
Diffstat (limited to 'compose_example.yml')
-rw-r--r--compose_example.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/compose_example.yml b/compose_example.yml
index 75d0d3a59c..336bd814a7 100644
--- a/compose_example.yml
+++ b/compose_example.yml
@@ -17,6 +17,8 @@ services:
networks:
- internal_network
- external_network
+ # env_file:
+ # - .config/docker.env
volumes:
- ./files:/misskey/files
- ./.config:/misskey/.config:ro