Update Ghost.
This commit is contained in:
parent
32a3ffa6b7
commit
a7ffee0b1b
@ -2,15 +2,16 @@
|
||||
|
||||
set -e
|
||||
|
||||
export MAILGUN_SMTP_PASSWORD=
|
||||
|
||||
export DEPLOY_GHOST=true
|
||||
export DEPLOY_CLBOSS_PLUGIN=false
|
||||
export DEPLOY_NOSTR=false
|
||||
export DEPLOY_NEXTCLOUD=false
|
||||
export DEPLOY_GITEA=false
|
||||
export GHOST_DEPLOY_SMTP=false
|
||||
export MAILGUN_FROM_ADDRESS=
|
||||
export MAILGUN_SMTP_USERNAME=
|
||||
export MAILGUN_SMTP_PASSWORD=
|
||||
|
||||
export SITE_LANGUAGE_CODES="en"
|
||||
export LANGUAGE_CODE="en"
|
||||
export NOSTR_ACCOUNT_PUBKEY=
|
||||
@ -34,7 +35,7 @@ DEFAULT_DB_IMAGE="mariadb:10.11.2-jammy"
|
||||
|
||||
|
||||
# run the docker stack.
|
||||
export GHOST_IMAGE="ghost:5.78.0"
|
||||
export GHOST_IMAGE="ghost:5.85.0"
|
||||
|
||||
# TODO switch to mysql. May require intricate export work for existing sites.
|
||||
# THIS MUST BE COMPLETED BEFORE v1 RELEASE
|
||||
|
Loading…
Reference in New Issue
Block a user