Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
34f70889e3 | ||
|
|
af04e30e36 | ||
|
|
17574fd3fe | ||
|
|
8b6983d240 |
@@ -89,3 +89,7 @@ set_authentik(){
|
||||
fix_mysql() {
|
||||
echo "ALTER TABLE mysql.column_stats MODIFY histogram longblob; ALTER TABLE mysql.column_stats MODIFY hist_type enum('SINGLE_PREC_HB','DOUBLE_PREC_HB','JSON_HB');" | mysql -u root -p$(cat /run/secrets/db_root_password)
|
||||
}
|
||||
|
||||
show_plugins() {
|
||||
wp "plugin list --fields=name,status,wporg_status,version,update_version,auto_update,tested_up_to,wporg_last_updated"
|
||||
}
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ authentik:
|
||||
- SECRET_AUTHENTIK_SECRET_VERSION
|
||||
- SECRET_AUTHENTIK_ID_VERSION
|
||||
- LOGIN_TYPE
|
||||
execute:
|
||||
inital-hooks:
|
||||
- app set_authentik
|
||||
shared_secrets:
|
||||
wordpress_secret: authentik_secret
|
||||
|
||||
+2
-2
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: "wordpress:6.5.5"
|
||||
image: "wordpress:6.6.1"
|
||||
volumes:
|
||||
- "wordpress_content:/var/www/html/wp-content/"
|
||||
networks:
|
||||
@@ -64,7 +64,7 @@ services:
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/var/www/html"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.10.0+6.5.5"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.12.0+6.6.1"
|
||||
|
||||
db:
|
||||
image: "mariadb:11.4"
|
||||
|
||||
Reference in New Issue
Block a user