forked from coop-cloud/taiga
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f03dd539bc | |||
| 4dd201e60b | |||
| 8f03b3e2d5 | |||
| b9f573c6e5 | |||
| 87e53d2eaf | |||
| 614cc8987b | |||
| aeea73d597 |
+1
-1
@@ -35,7 +35,7 @@ ATTACHMENTS_MAX_AGE=360 # token expiration date (in seconds)
|
||||
# Taiga's Telemetry - Variable to enable or disable the anonymous telemetry
|
||||
ENABLE_TELEMETRY=True
|
||||
|
||||
COMPOSE_FILE="$COMPOSE_FILE:compose.email.yml"
|
||||
# COMPOSE_FILE="$COMPOSE_FILE:compose.email.yml"
|
||||
# Taiga's SMTP settings - Variables to send Taiga's emails to the users
|
||||
|
||||
# EMAIL_BACKEND=console # use an SMTP server or display the emails in the console (either "smtp" or "console")
|
||||
|
||||
+1
-1
@@ -96,7 +96,7 @@ services:
|
||||
failure_action: rollback
|
||||
order: start-first
|
||||
labels:
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.0+6.9.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.1+6.9.0"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "python -m http.client -c 'GET /api/v1/' -H 'Host: localhost' || exit 1"]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Default to not using email compose as a part of app.
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"pinDigests": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user