lemmy/docker/lemmy.hjson
Dessalines 993489a80f
Combine prod and dev docker setups using build-arg (#2739)
* Combine prod and dev docker setups using build-arg

- Fixes #2603

* Dont use cache for release build.
2023-02-17 15:29:45 +09:00

28 lines
560 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
}
hostname: "localhost"
bind: "0.0.0.0"
port: 8536
pictrs: {
url: "http://pictrs:8080/"
# api_key: "API_KEY"
}
#opentelemetry_url: "http://otel:4137"
}