Update docker-compose.yml

This commit is contained in:
LRVT 2024-03-21 21:01:44 +01:00 committed by GitHub
parent 97616b81b4
commit df759de44b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
version: '3.3'
services:
blog:
image: ghost:5-alpine
container_name: ghost
@ -16,8 +17,8 @@ services:
database__connection__user: ${DB_USER:-ghost}
database__connection__password: ${DB_USER_PASS:-DatabasePassword1234}
database__connection__database: ${DB_NAME:-ghost}
# url: https://blog.example.com # change this for production
NODE_ENV: production
url: https://blog.example.com # change this for production
#NODE_ENV: developmnent # default is production already
#mail__transport: SMTP
#mail__options__host: ${SMTP_HOST:-smtp.google.com}
#mail__options__port: ${SMTP_PORT:-587}