lemmy/docker/dev/lemmy.hjson
Nutomic 3b0be52e67
Image improvements (#2513)
* Image improvements

* remove rate limits
2022-10-28 14:34:40 +00:00

32 lines
599 B
Plaintext

{
# for more info about the config, check out the documentation
# https://join-lemmy.org/docs/en/administration/configuration.html
# This is a minimal lemmy config for the dev / main branch. Do not use for a
# release / stable version.
setup: {
admin_username: "lemmy"
admin_password: "lemmylemmy"
site_name: "lemmy-dev"
}
database: {
host: postgres
}
database: {
host: "postgres"
}
hostname: "localhost"
bind: "0.0.0.0"
port: 8536
pictrs: {
url: "http://pictrs:8080/"
# api_key: "API_KEY"
}
opentelemetry_url: "http://otel:4137"
}