From df759de44b2e4698507916bb49485c069c2ec106 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 21 Mar 2024 21:01:44 +0100 Subject: [PATCH] Update docker-compose.yml --- examples/ghost/docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/ghost/docker-compose.yml b/examples/ghost/docker-compose.yml index 8d0f2c9..8c2861b 100644 --- a/examples/ghost/docker-compose.yml +++ b/examples/ghost/docker-compose.yml @@ -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}