mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-06-04 07:26:45 +00:00
Added GCS auth setup for activitypub
This commit is contained in:
@@ -89,6 +89,8 @@ services:
|
|||||||
activitypub:
|
activitypub:
|
||||||
image: ghcr.io/tryghost/activitypub:edge
|
image: ghcr.io/tryghost/activitypub:edge
|
||||||
restart: always
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ./gcscreds.json:/home/gcs/gcscreds.json
|
||||||
expose:
|
expose:
|
||||||
- "8080"
|
- "8080"
|
||||||
- "9229"
|
- "9229"
|
||||||
@@ -101,6 +103,7 @@ services:
|
|||||||
MYSQL_DATABASE: activitypub
|
MYSQL_DATABASE: activitypub
|
||||||
USE_MQ: false
|
USE_MQ: false
|
||||||
GCP_BUCKET_NAME: ${ACTIVITYPUB_GCP_BUCKET:?ACTIVITYPUB_GCP_BUCKET environment variable is required}
|
GCP_BUCKET_NAME: ${ACTIVITYPUB_GCP_BUCKET:?ACTIVITYPUB_GCP_BUCKET environment variable is required}
|
||||||
|
GOOGLE_APPLICATION_CREDENTIALS: /home/gcs/gcscreds.json
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
profiles: [activitypub]
|
profiles: [activitypub]
|
||||||
|
|||||||
Reference in New Issue
Block a user