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}