Compare commits

..

1 Commits

Author SHA1 Message Date
45a36ba7b4 update wordpress to 6.4.0
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
2023-11-08 20:11:58 +01:00
5 changed files with 3 additions and 35 deletions

View File

@ -72,9 +72,3 @@ SECRET_DB_PASSWORD_VERSION=v1
# Wide-open CORS
# 🚩🚩 dangerous, use only for development sites!
#CORS_ALLOW_ALL=1
# FTP
#COMPOSE_FILE="$COMPOSE_FILE:compose.ftp.yml"
#SECRET_FTP_PASS_VERSION=v1
#USERS_CONF_VERSION=v1

View File

@ -1,26 +0,0 @@
---
version: "3.8"
services:
ftp:
image: atmoz/sftp
secrets:
- ftp_pass
ports:
- 2222:22
volumes:
- "wordpress_content:/home/ftp_user/wp-content"
configs:
- source: users_conf
target: /etc/sftp/users.conf
secrets:
ftp_pass:
name: ${STACK_NAME}_ftp_pass_${SECRET_FTP_PASS_VERSION}
external: true
configs:
users_conf:
name: ${STACK_NAME}_users_conf_${USERS_CONF_VERSION}
file: users.conf.tmpl
template_driver: golang

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "wordpress:6.3.0"
image: "wordpress:6.4.0"
volumes:
- "wordpress_content:/var/www/html/wp-content/"
networks:
@ -58,7 +58,7 @@ services:
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html"
- "coop-cloud.${STACK_NAME}.version=2.5.2+6.3.0"
- "coop-cloud.${STACK_NAME}.version=2.5.1+6.3.0"
db:
image: "mariadb:11.0"

1
release/next Normal file
View File

@ -0,0 +1 @@
The authentik secrets need to be inserted again, as wordpress is not sharing the secret with authentik any more.

View File

@ -1 +0,0 @@
ftp_user:{{ secret "ftp_pass" }}:33:33