6 Commits

Author SHA1 Message Date
renovate-bot c85dd0cd77 chore(deps): update postgres docker tag to v12.22 2026-06-21 17:26:22 +00:00
jjsfunhouse 8f03b3e2d5 Merge pull request 'chore: Configure Renovate' (#2) from renovate/configure into main
Reviewed-on: #2
2026-06-21 16:48:14 +00:00
renovate-bot b9f573c6e5 Add renovate.json
continuous-integration/drone/pr Build is failing
2026-05-14 18:28:16 +00:00
hey 87e53d2eaf chore: publish 0.1.1+6.9.0 release 2026-04-09 10:54:47 -04:00
hey 614cc8987b comment out compose email 2026-04-09 10:47:25 -04:00
jjsfunhouse aeea73d597 Merge pull request 'chore: publish 0.1.0+6.9.0 release' (#1) from merge into main
Reviewed-on: #1
2026-04-09 14:22:07 +00:00
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -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")
+2 -2
View File
@@ -2,7 +2,7 @@ version: "3.8"
services:
db:
image: postgres:12.3
image: postgres:12.22
deploy:
labels:
backupbot.backup: "${ENABLE_BACKUPS:-true}"
@@ -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"]
+1
View File
@@ -0,0 +1 @@
Default to not using email compose as a part of app.
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}