mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-17 13:58:12 +00:00
Update docker-compose.yml
This commit is contained in:
parent
97616b81b4
commit
df759de44b
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user