Compare commits

...
Author SHA1 Message Date
p4u1 17574fd3fe chore: publish 2.11.0+6.6.0 release 2024-07-19 18:45:32 +02:00
Moritz 8b6983d240 alaconnect: replace 'execute' with 'initial-hooks' 2024-07-15 13:57:23 +02:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ authentik:
- SECRET_AUTHENTIK_SECRET_VERSION - SECRET_AUTHENTIK_SECRET_VERSION
- SECRET_AUTHENTIK_ID_VERSION - SECRET_AUTHENTIK_ID_VERSION
- LOGIN_TYPE - LOGIN_TYPE
execute: inital-hooks:
- app set_authentik - app set_authentik
shared_secrets: shared_secrets:
wordpress_secret: authentik_secret wordpress_secret: authentik_secret
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: "wordpress:6.5.5" image: "wordpress:6.6.0"
volumes: volumes:
- "wordpress_content:/var/www/html/wp-content/" - "wordpress_content:/var/www/html/wp-content/"
networks: networks:
@@ -64,7 +64,7 @@ services:
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "backupbot.backup=true" - "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html" - "backupbot.backup.path=/var/www/html"
- "coop-cloud.${STACK_NAME}.version=2.10.0+6.5.5" - "coop-cloud.${STACK_NAME}.version=2.11.0+6.6.0"
db: db:
image: "mariadb:11.4" image: "mariadb:11.4"