Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • opentalk/ot-setup
1 result
Show changes
Commits on Source (2)
...@@ -95,7 +95,7 @@ services: ...@@ -95,7 +95,7 @@ services:
# *** mail worker *** # *** mail worker ***
smtp-mailer: smtp-mailer:
image: ${MAIL_WORKER_IMAGE_SRC:-registry.opencode.de/opentalk/smtp-mailer}:${MAIL_WORKER_IMAGE_TAG:-v0.13.0} image: ${MAIL_WORKER_IMAGE_SRC:-registry.opencode.de/opentalk/smtp-mailer}:${MAIL_WORKER_IMAGE_TAG:-v0.13.1}
profiles: ["smtp-mailer"] profiles: ["smtp-mailer"]
restart: always restart: always
volumes: volumes:
...@@ -268,7 +268,7 @@ services: ...@@ -268,7 +268,7 @@ services:
# *** minio *** # *** minio ***
minio: minio:
image: minio/minio:${MINIO_IMAGE_TAG:-RELEASE.2025-02-28T09-55-16Z} image: minio/minio:${MINIO_IMAGE_TAG:-RELEASE.2023-07-21T21-12-44Z}
profiles: ["core", "minio"] profiles: ["core", "minio"]
restart: always restart: always
command: minio server /data command: minio server /data
......
...@@ -35,6 +35,30 @@ url = "postgres://ot:postgrespw@postgres:5432/opentalk" ...@@ -35,6 +35,30 @@ url = "postgres://ot:postgrespw@postgres:5432/opentalk"
#min_idle_connections = 10 #min_idle_connections = 10
[http] [http]
# An optional address to which to bind.
# Can be either a hostname, or an IP address.
#
# By default, this will accept requests on both the IPv4 and IPv6 interfaces on any address.
#
# The exception to this rule is "::0" which will bind to both the IPv4 and the
# IPv6 UNSPECIFIED address, accepting requests on both of them. If the operating
# system provides no IPv6 support, or the service should not bind to an IPv6
# interface, "0.0.0.0" can be used instead, which will only bind to the IPv4
# UNSPECIFIED address.
#addr = "::0"
#
# A hostname or fully qualified domain name will bind to whatever the name
# resolution returns, either one or both IP protocols.
#addr = "controller.opentalk.example.com"
#addr = "localhost"
#addr = "opentalkserver"
#
# An explicit IPv4 or IPv6 address, will bind to the corresponding IP protocol.
#addr = "127.0.0.1"
#addr = "::1"
#addr = "192.0.2.0"
#addr = "2001:0DB8::1337:DEAD:CAFE"
# The port to bind the HTTP Server to (defaults to 11311). # The port to bind the HTTP Server to (defaults to 11311).
port = 11311 port = 11311
# URLs that requests are allowed from. Leave empty to allow all. # URLs that requests are allowed from. Leave empty to allow all.
......

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.