mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-09 04:04:06 +01:00
Update docker-compose.yml
This commit is contained in:
parent
97616b81b4
commit
df759de44b
@ -1,6 +1,7 @@
|
|||||||
version: '3.3'
|
version: '3.3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
blog:
|
blog:
|
||||||
image: ghost:5-alpine
|
image: ghost:5-alpine
|
||||||
container_name: ghost
|
container_name: ghost
|
||||||
@ -16,8 +17,8 @@ services:
|
|||||||
database__connection__user: ${DB_USER:-ghost}
|
database__connection__user: ${DB_USER:-ghost}
|
||||||
database__connection__password: ${DB_USER_PASS:-DatabasePassword1234}
|
database__connection__password: ${DB_USER_PASS:-DatabasePassword1234}
|
||||||
database__connection__database: ${DB_NAME:-ghost}
|
database__connection__database: ${DB_NAME:-ghost}
|
||||||
# url: https://blog.example.com # change this for production
|
url: https://blog.example.com # change this for production
|
||||||
NODE_ENV: production
|
#NODE_ENV: developmnent # default is production already
|
||||||
#mail__transport: SMTP
|
#mail__transport: SMTP
|
||||||
#mail__options__host: ${SMTP_HOST:-smtp.google.com}
|
#mail__options__host: ${SMTP_HOST:-smtp.google.com}
|
||||||
#mail__options__port: ${SMTP_PORT:-587}
|
#mail__options__port: ${SMTP_PORT:-587}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user