forked from coop-cloud/wordpress
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
4d344e3d75 | |||
81dbeca30d | |||
245b800439 |
@ -48,7 +48,7 @@ SECRET_DB_PASSWORD_VERSION=v1
|
|||||||
#MAIL_FROM="wordpress@example.com"
|
#MAIL_FROM="wordpress@example.com"
|
||||||
|
|
||||||
# Remote SMTP relay
|
# Remote SMTP relay
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.smtp.yml"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.mailrelay.yml:compose.smtp.yml"
|
||||||
#SMTP_HOST="mail.example.com"
|
#SMTP_HOST="mail.example.com"
|
||||||
#MAIL_FROM="wordpress@example.com"
|
#MAIL_FROM="wordpress@example.com"
|
||||||
#SMTP_USER="wordpress@example.com" # optional, defaults to MAIL_FROM
|
#SMTP_USER="wordpress@example.com" # optional, defaults to MAIL_FROM
|
||||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: "wordpress:6.4.1"
|
image: "wordpress:6.4.2"
|
||||||
volumes:
|
volumes:
|
||||||
- "wordpress_content:/var/www/html/wp-content/"
|
- "wordpress_content:/var/www/html/wp-content/"
|
||||||
networks:
|
networks:
|
||||||
@ -58,7 +58,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.6.2+6.4.1"
|
- "coop-cloud.${STACK_NAME}.version=2.6.3+6.4.2"
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: "mariadb:11.2"
|
image: "mariadb:11.2"
|
||||||
|
Reference in New Issue
Block a user