9 Commits

Author SHA1 Message Date
renovate-bot 92d3a64978 chore(deps): pin dependencies 2026-07-24 23:22:39 +00:00
jjsfunhouse b9c1d8c2dc Merge pull request 'Update renovate.json' (#13) from sixsmith/taiga:sixsmith-patch-1 into main
Reviewed-on: #13
2026-07-24 22:51:29 +00:00
sixsmith f03dd539bc Update renovate.json 2026-07-24 22:10:53 +00:00
sixsmith 4dd201e60b Update renovate.json 2026-07-24 16:01:53 +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
5 changed files with 29 additions and 14 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest@sha256:fc1fa69bea5528db7ba184297735ac1bbd278720910e4cb1f502de9aee14e228
settings:
host: swarm-test.autonomic.zone
stack: example_com # UPDATE ME
@@ -26,7 +26,7 @@ kind: pipeline
name: generate recipe catalogue
steps:
- name: release a new version
image: plugins/downstream
image: plugins/downstream@sha256:03ff02d8a5637ea5197fa08929a91dfeeb5e30b1da62b82b6c2a895b170338ca
settings:
server: https://build.coopcloud.tech
token:
+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")
+11 -11
View File
@@ -2,7 +2,7 @@ version: "3.8"
services:
db:
image: postgres:12.3
image: postgres:12.3@sha256:a06e6e6e519b7a329c419f8221edec66cfc45511e8b80e262c12103ba745cf19
deploy:
labels:
backupbot.backup: "${ENABLE_BACKUPS:-true}"
@@ -31,7 +31,7 @@ services:
- internal
app-admin-init:
image: taigaio/taiga-back:6.9.0
image: taigaio/taiga-back:6.9.0@sha256:70ee08e4416c282437f55b5a5f48e8c3c10390022eac275999366728e227e961
secrets:
- taiga_secret
- postgres_password
@@ -65,7 +65,7 @@ services:
condition: none
app:
image: taigaio/taiga-back:6.9.0
image: taigaio/taiga-back:6.9.0@sha256:70ee08e4416c282437f55b5a5f48e8c3c10390022eac275999366728e227e961
secrets:
- taiga_secret
- postgres_password
@@ -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"]
@@ -107,7 +107,7 @@ services:
app-async:
image: taigaio/taiga-back:6.9.0
image: taigaio/taiga-back:6.9.0@sha256:70ee08e4416c282437f55b5a5f48e8c3c10390022eac275999366728e227e961
configs:
- source: taiga_entrypoint
target: /custom-entrypoint.sh
@@ -137,7 +137,7 @@ services:
- internal
rabbitmq-async:
image: rabbitmq:3.8-management-alpine
image: rabbitmq:3.8-management-alpine@sha256:c3e526769bfd885c898d1132e1008b216800e8543619c30d5959b220285564ef
secrets:
- rabbitmq_password
environment:
@@ -158,7 +158,7 @@ services:
start_period: 1m
taiga-front:
image: taigaio/taiga-front:6.9.0
image: taigaio/taiga-front:6.9.0@sha256:35e3345e2a0152e777543b1f5565fd4578804d39b57a4848fe41b723bcce5885
environment:
- TAIGA_URL=https://${DOMAIN}
- TAIGA_WEBSOCKETS_URL=wss://${DOMAIN}
@@ -166,7 +166,7 @@ services:
- internal
events:
image: taigaio/taiga-events:6.9.0
image: taigaio/taiga-events:6.9.0@sha256:ebb0d8778707b5066d50f1e96be98ed0435e8cc89dfdc48b78ac2c1fdda914fe
configs:
- source: taiga_events_entrypoint
target: /custom-entrypoint.sh
@@ -189,7 +189,7 @@ services:
retries: 5
rabbitmq:
image: rabbitmq:3.8-management-alpine
image: rabbitmq:3.8-management-alpine@sha256:c3e526769bfd885c898d1132e1008b216800e8543619c30d5959b220285564ef
secrets:
- rabbitmq_password
environment:
@@ -210,7 +210,7 @@ services:
start_period: 1m
taiga-protected:
image: taigaio/taiga-protected:6.9.0
image: taigaio/taiga-protected:6.9.0@sha256:5f31fdb311431df45ceca4497abae05a312be9ca657564f20e164f825e9f1d5e
configs:
- source: taiga_entrypoint
target: /custom-entrypoint.sh
@@ -227,7 +227,7 @@ services:
- internal
web:
image: nginx:1.19-alpine
image: nginx:1.19-alpine@sha256:07ab71a2c8e4ecb19a5a5abcfb3a4f175946c001c8af288b1aa766d67b0d05d2
configs:
- source: nginx_conf
target: /etc/nginx/conf.d/default.conf
+1
View File
@@ -0,0 +1 @@
Default to not using email compose as a part of app.
+14
View File
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"pinDigests": true
}
]
}