2 Commits

Author SHA1 Message Date
f5b1a1662d Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2025-01-08 10:09:13 -08:00
f3346a7cd6 chore: publish 2.7.3+1.40.1 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-22 20:48:12 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ steps:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
- toolshed/auto-recipes-catalogue-json
trigger:
event: tag

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: mediawiki:1.40.0
image: mediawiki:1.40.1
environment:
- DOMAIN
- STACK_NAME
@ -47,7 +47,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "coop-cloud.${STACK_NAME}.version=2.7.2+1.40.0"
- "coop-cloud.${STACK_NAME}.version=2.7.3+1.40.1"
- "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html/images"
entrypoint: /docker-entrypoint2.sh