Compare commits

..
Author SHA1 Message Date
3wordchant 240b70a967 chore: publish 2.8.0+6.5.0 release 2024-04-07 12:43:44 -03:00
3wordchant 7f6b6a5ff2 Update metadata 2024-03-30 16:19:49 -03:00
kawaiipunk 4d99aae234 Updated .drone.yml to use main branch 2024-03-28 14:17:57 +00:00
kawaiipunk 959484f5e5 Added HTACCESS_CONF_VERSION to drone config 2024-03-28 14:15:37 +00:00
4 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -21,9 +21,10 @@ steps:
SECRET_DB_ROOT_PASSWORD_VERSION: v1
PHP_UPLOADS_CONF_VERSION: v1
ENTRYPOINT_CONF_VERSION: v1
HTACCESS_CONF_VERSION: v1
trigger:
branch:
- master
- main
---
kind: pipeline
name: generate recipe catalogue
+1 -1
View File
@@ -7,7 +7,7 @@ Coöp Cloud + [Wordpress](https://wordpress.org) = 🥳
<!-- metadata -->
* **Category**: Apps
* **Status**: 3, stable
* **Status**: 4
* **Image**: [`wordpress`](https://hub.docker.com/_/wordpress), 4, upstream
* **Healthcheck**: Yes
* **Backups**: Yes
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "wordpress:6.4.3"
image: "wordpress:6.5.0"
volumes:
- "wordpress_content:/var/www/html/wp-content/"
networks:
@@ -60,7 +60,7 @@ services:
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html"
- "coop-cloud.${STACK_NAME}.version=2.7.3+6.4.3"
- "coop-cloud.${STACK_NAME}.version=2.8.0+6.5.0"
db:
image: "mariadb:11.3"