mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 23:16:44 +00:00
ActivityPub needs migrations before it can start
no ref - If migrations haven't run AP can't start and will just crash so it needs to have finished before it can boot
This commit is contained in:
@@ -119,7 +119,10 @@ services:
|
||||
LOCAL_STORAGE_PATH: /opt/activitypub/content/images/activitypub
|
||||
LOCAL_STORAGE_HOSTING_URL: https://${DOMAIN}/content/images/activitypub
|
||||
depends_on:
|
||||
- db
|
||||
db:
|
||||
condition: service_healthy
|
||||
activitypub-migrate:
|
||||
condition: service_completed_successfully
|
||||
profiles: [activitypub]
|
||||
networks:
|
||||
- ghost_network
|
||||
|
||||
Reference in New Issue
Block a user