Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
# TinyBird Traffic Analytics Proxy
# Activated via COMPOSE_PROFILES=analytics (set automatically by tinybird-provision.service)
traffic-analytics:
image: ghost/traffic-analytics:1.0.148@sha256:9d1f8013418c60d9c1cb14cc25903cf0495c21821e95178ddb0efafbe61491c4
image: ghost/traffic-analytics:1.0.310@sha256:269b81bb57f66c3ca1f550888c0ad78aa937fe6fa999ec59402881aaa09077bf
restart: always
expose:
- "3000"
Expand All @@ -127,7 +127,7 @@ services:
# ActivityPub / Fediverse self-hosted service (GHO-101)
# Activated via COMPOSE_PROFILES=activitypub (set in .env.config)
activitypub:
image: ghcr.io/tryghost/activitypub:1.1.0@sha256:39c212fe23603b182d68e67d555c6b9b04b1e57459dfc0bef26d6e4980eb04d1
image: ghcr.io/tryghost/activitypub:1.2.7@sha256:f677e8af8df41418c3bfd63b4ec76b9bf2bbd85bde7da0aa9ecd86e41a230835
restart: always
entrypoint: ["/activitypub-entrypoint.sh"]
command: ["node", "dist/app.js"]
Expand Down Expand Up @@ -204,7 +204,7 @@ services:
# Runs once at compose up to migrate the activitypub DB schema; exits 0 on success.
# activitypub service depends_on this completing successfully before starting.
activitypub-migrate:
image: ghcr.io/tryghost/activitypub-migrations:1.1.0@sha256:b3ab20f55d66eb79090130ff91b57fe93f8a4254b446c2c7fa4507535f503662
image: ghcr.io/tryghost/activitypub-migrations:1.2.7@sha256:19724eca7b7669b01047c746738bf34c46dfa587e2be5b8641067d9ab707a7bb
entrypoint: ["/activitypub-entrypoint.sh"]
command: ["up"]
volumes:
Expand Down
Loading