mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 23:16:44 +00:00
Pinned Ghost + Tinybird Sync container to same image
Closes https://linear.app/ghost/issue/ENG-2414 - These two containers must run the same version of Ghost since the TB container uses assets from the Ghost container - If the two are out of sync we'd be updating or migrating Tinybird to a different set of APIs than what Ghost is expecting which could break things
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# COMPOSE_PROFILES=analytics,activitypub
|
||||
|
||||
# Which Ghost version to run
|
||||
GHOST_VERSION=5-alpine
|
||||
|
||||
DOMAIN=example.com
|
||||
|
||||
# Location to store uploaded data
|
||||
|
||||
Reference in New Issue
Block a user