mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 23:16:44 +00:00
Closes https://linear.app/ghost/issue/ENG-2413 - This makes migration from standard `ghost-cli` installs to Docker a bit easier and also tries to prevent people from accidentally pruning their Docker volumes are removing data
20 lines
496 B
Plaintext
20 lines
496 B
Plaintext
# COMPOSE_PROFILES=analytics,activitypub
|
|
|
|
DOMAIN=example.com
|
|
|
|
# Location to store uploaded data
|
|
UPLOAD_LOCATION=./data/ghost
|
|
|
|
# Location for database data
|
|
MYSQL_DATA_LOCATION=./data/mysql
|
|
|
|
DATABASE_ROOT_PASSWORD=reallysecurerootpassword
|
|
DATABASE_USER=optionalusername
|
|
DATABASE_PASSWORD=ghostpassword
|
|
|
|
# Tinybird configuration for analytics
|
|
TINYBIRD_API_URL=https://api.tinybird.co
|
|
TINYBIRD_ID=745d3247-e887-4873-84f7-7414ec758b83
|
|
TINYBIRD_TRACKER_TOKEN=p.eyJxxxxx
|
|
TINYBIRD_STATS_TOKEN=p.eyJxxxxx
|