mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-29 15:10:36 +00:00
Update ActivityPub to v1.1.0 (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -102,7 +102,7 @@ services:
|
|||||||
- ghost_network
|
- ghost_network
|
||||||
|
|
||||||
activitypub:
|
activitypub:
|
||||||
image: ghcr.io/tryghost/activitypub:1.0.1@sha256:eafd011c93ced77e51a59358600ebc26cc007f3f61a4be8d759d43df21fe48c4
|
image: ghcr.io/tryghost/activitypub:1.1.0@sha256:39c212fe23603b182d68e67d555c6b9b04b1e57459dfc0bef26d6e4980eb04d1
|
||||||
restart: always
|
restart: always
|
||||||
expose:
|
expose:
|
||||||
- "8080"
|
- "8080"
|
||||||
@@ -189,7 +189,7 @@ services:
|
|||||||
tty: true
|
tty: true
|
||||||
|
|
||||||
activitypub-migrate:
|
activitypub-migrate:
|
||||||
image: ghcr.io/tryghost/activitypub-migrations:1.0.1@sha256:b9379134c3b2eeb12cfeadd6851d1ca6fbbe852147195676414f165b0a6e1f93
|
image: ghcr.io/tryghost/activitypub-migrations:1.1.0@sha256:b3ab20f55d66eb79090130ff91b57fe93f8a4254b446c2c7fa4507535f503662
|
||||||
environment:
|
environment:
|
||||||
MYSQL_DB: mysql://${DATABASE_USER:-ghost}:${DATABASE_PASSWORD:?DATABASE_PASSWORD environment variable is required}@tcp(db:3306)/activitypub
|
MYSQL_DB: mysql://${DATABASE_USER:-ghost}:${DATABASE_PASSWORD:?DATABASE_PASSWORD environment variable is required}@tcp(db:3306)/activitypub
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user